Changes between Initial Version and Version 1 of Ticket #4044


Ignore:
Timestamp:
2023-07-07T20:07:57Z (15 months ago)
Author:
exarkun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4044 – Description

    initial v1  
    11This unit test relies on removing permissions from a directory to result in an error from the platform to tell it that the code under test is operating as expected.  This comes with a multi-paragraph comment to explain the weirdness.
    22
     3Also, since permissions don't work like this on Windows, there's a branch in the test for the runtime platform.
     4
     5Then, even not on Windows, permissions don't work like this if the process has extra privileges, so the test fails sometimes.
     6
    37Instead of all this, let's just change the interface of WebishServer so it is easy to test.