Changeset 1001


Ignore:
Timestamp:
12/10/2006 23:20:57 (5 years ago)
Author:
chris
Message:
  • Completely disable symlink test on Win32
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/backupdiff/testbackupdiff.cpp

    r1000 r1001  
    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.