[Box Backup-dev] COMMIT r916 - box/chris/merge/test/backupdiff

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Sep 1 08:54:40 BST 2006


Author: chris
Date: 2006-09-01 08:54:40 +0100 (Fri, 01 Sep 2006)
New Revision: 916

Modified:
   box/chris/merge/test/backupdiff/testbackupdiff.cpp
Log:
(refs #3)

Completely disable symlink test on Win32


Modified: box/chris/merge/test/backupdiff/testbackupdiff.cpp
===================================================================
--- box/chris/merge/test/backupdiff/testbackupdiff.cpp	2006-09-01 07:52:51 UTC (rev 915)
+++ box/chris/merge/test/backupdiff/testbackupdiff.cpp	2006-09-01 07:54:40 UTC (rev 916)
@@ -456,6 +456,7 @@
 		}
 	}
 	
+#ifndef WIN32	
 	// Check that symlinks aren't diffed
 	TEST_THAT(::symlink("f2", "testfiles/f2.symlink") == 0)
 	// And go and diff it against the previous encoded file
@@ -483,6 +484,7 @@
 		TEST_THAT(completelyDifferent == true);
 		check_encoded_file("testfiles/f2.symlink.diff", 0, 0, 0);		
 	}
+#endif
 
 	// Check that diffing against a file which isn't "complete" and referes another isn't allowed
 	{




More information about the Boxbackup-dev mailing list