Changeset 916


Ignore:
Timestamp:
01/09/2006 08:54:40 (5 years ago)
Author:
chris
Message:

(refs #3)

Completely disable symlink test on Win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/test/backupdiff/testbackupdiff.cpp

    r915 r916  
    457457        } 
    458458         
     459#ifndef WIN32    
    459460        // Check that symlinks aren't diffed 
    460461        TEST_THAT(::symlink("f2", "testfiles/f2.symlink") == 0) 
     
    484485                check_encoded_file("testfiles/f2.symlink.diff", 0, 0, 0);                
    485486        } 
     487#endif 
    486488 
    487489        // Check that diffing against a file which isn't "complete" and referes another isn't allowed 
Note: See TracChangeset for help on using the changeset viewer.