Changeset 2506 for box/trunk/test
- Timestamp:
- 23/04/2009 01:38:39 (3 years ago)
- Location:
- box/trunk/test
- Files:
-
- 4 edited
-
backupdiff/difftestfiles.cpp (modified) (1 diff)
-
bbackupd/testbbackupd.cpp (modified) (1 diff)
-
common/testcommon.cpp (modified) (1 diff)
-
raidfile/testraidfile.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/backupdiff/difftestfiles.cpp
r217 r2506 11 11 12 12 #include <string.h> 13 #include <stdio.h> 13 14 14 15 #include "FileStream.h" -
box/trunk/test/bbackupd/testbbackupd.cpp
r2501 r2506 88 88 #define TIME_TO_WAIT_FOR_BACKUP_OPERATION 12 89 89 90 void wait_for_backup_operation(c har* message)90 void wait_for_backup_operation(const char* message) 91 91 { 92 92 wait_for_operation(TIME_TO_WAIT_FOR_BACKUP_OPERATION, message); -
box/trunk/test/common/testcommon.cpp
r2415 r2506 369 369 // Test main() will cleanup after test finishes. 370 370 371 static c har *testfilelines[] =371 static const char *testfilelines[] = 372 372 { 373 373 "First line", -
box/trunk/test/raidfile/testraidfile.cpp
r2127 r2506 12 12 #include <fcntl.h> 13 13 #include <unistd.h> 14 #include <stdio.h> 14 15 #include <errno.h> 15 16
Note: See TracChangeset
for help on using the changeset viewer.
