Changeset 2506
- Timestamp:
- 23/04/2009 01:38:39 (3 years ago)
- Location:
- box/trunk
- Files:
-
- 8 edited
-
lib/common/Test.cpp (modified) (1 diff)
-
lib/common/Test.h (modified) (1 diff)
-
lib/raidfile/RaidFileUtil.h (modified) (1 diff)
-
lib/server/ServerControl.cpp (modified) (1 diff)
-
test/backupdiff/difftestfiles.cpp (modified) (1 diff)
-
test/bbackupd/testbbackupd.cpp (modified) (1 diff)
-
test/common/testcommon.cpp (modified) (1 diff)
-
test/raidfile/testraidfile.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Test.cpp
r2496 r2506 417 417 418 418 // Wait a given number of seconds for something to complete 419 void wait_for_operation(int seconds, c har* message)419 void wait_for_operation(int seconds, const char* message) 420 420 { 421 421 if (Logging::GetGlobalLevel() >= Log::TRACE) -
box/trunk/lib/common/Test.h
r2503 r2506 159 159 160 160 // Wait a given number of seconds for something to complete 161 void wait_for_operation(int seconds, c har* message);161 void wait_for_operation(int seconds, const char* message); 162 162 void safe_sleep(int seconds); 163 163 -
box/trunk/lib/raidfile/RaidFileUtil.h
r217 r2506 38 38 } ExistType; 39 39 40 typedefenum40 enum 41 41 { 42 42 Stripe1Exists = 1, -
box/trunk/lib/server/ServerControl.cpp
r2294 r2506 2 2 3 3 #include <errno.h> 4 #include <stdio.h> 4 5 5 6 #ifdef HAVE_SYS_TYPES_H -
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.
