Changeset 923


Ignore:
Timestamp:
01/09/2006 09:47:48 (5 years ago)
Author:
chris
Message:

(refs #3)

Disable symlink tests on Win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/test/backupstore/testbackupstore.cpp

    r922 r923  
    16331633                } 
    16341634                 
     1635#ifndef WIN32 // no symlinks on Win32 
    16351636                // Try out doing this on a symlink 
    16361637                { 
     
    16461647                        BackupStoreFile::DecodeFile(b, "testfiles/testsymlink_2", IOStream::TimeOutInfinite); 
    16471648                } 
     1649#endif 
    16481650        } 
    16491651 
Note: See TracChangeset for help on using the changeset viewer.