Changeset 2454 for box/trunk/test


Ignore:
Timestamp:
16/03/2009 21:46:21 (3 years ago)
Author:
chris
Message:

Add comment about running test as root.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/httpserver/testhttpserver.cpp

    r2449 r2454  
    581581        } 
    582582 
     583        // Make file inaccessible, should cause server to return a 403 error, 
     584        // unless of course the test is run as root :) 
    583585        { 
    584586                TEST_THAT(chmod("testfiles/testrequests.pl", 0) == 0); 
Note: See TracChangeset for help on using the changeset viewer.