Changeset 914
- Timestamp:
- 01/09/2006 08:51:45 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/test/backupdiff/testbackupdiff.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/test/backupdiff/testbackupdiff.cpp
r913 r914 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.
