Changeset 999
- Timestamp:
- 12/10/2006 23:20:09 (5 years ago)
- File:
-
- 1 edited
-
box/trunk/test/backupdiff/testbackupdiff.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/backupdiff/testbackupdiff.cpp
r998 r999 214 214 else 215 215 { 216 #ifdef WIN32 217 // Emulate the above stage! 218 char src[256], dst[256]; 219 sprintf(src, "testfiles\\f%d.diff", to); 220 sprintf(dst, "testfiles\\f%d.encoded", to); 221 TEST_THAT(CopyFile(src, dst, FALSE) != 0) 222 #else 216 223 // Emulate the above stage! 217 224 char cmd[256]; 218 225 sprintf(cmd, "cp testfiles/f%d.diff testfiles/f%d.encoded", to, to); 219 226 ::system(cmd); 227 #endif 220 228 } 221 229
Note: See TracChangeset
for help on using the changeset viewer.
