summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-05-28 17:22:51 +0000
committerChris Wilson <chris+github@qwirx.com>2008-05-28 17:22:51 +0000
commit982776c27b03dfeffccd8c50ec2a3e2d0cf203de (patch)
treea90f892a8dde28d4014bcc18454474c2e13dee59
parent53599c6e7ad7f2da03ba6558608a84fe848ce8c2 (diff)
Fix compile error on Windows.
-rw-r--r--test/bbackupd/testbbackupd.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 63ee5a15..1971328f 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -2102,7 +2102,7 @@ int test_bbackupd()
compareReturnValue = ::system(command.c_str());
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
TEST_RETURN(compareReturnValue,
- BackupQueries:ReturnCode::Compare_Same);
+ BackupQueries::ReturnCode::Compare_Same);
// Check that bbackupquery can restore the dir when given
// on the command line in system encoding.
@@ -2113,7 +2113,7 @@ int test_bbackupd()
compareReturnValue = ::system(command.c_str());
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
TEST_RETURN(compareReturnValue,
- BackupQueries:ReturnCode::Command_OK);
+ BackupQueries::ReturnCode::Command_OK);
// Compare to make sure it was restored properly.
command = BBACKUPQUERY " -c testfiles/bbackupd.conf "
@@ -2138,7 +2138,7 @@ int test_bbackupd()
compareReturnValue = ::system(command.c_str());
TEST_RETURN(compareReturnValue,
- BackupQueries:ReturnCode::Command_OK);
+ BackupQueries::ReturnCode::Command_OK);
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
// And after changing directory to a relative path
@@ -2150,7 +2150,7 @@ int test_bbackupd()
compareReturnValue = ::system(command.c_str());
TEST_RETURN(compareReturnValue,
- BackupQueries:ReturnCode::Command_OK);
+ BackupQueries::ReturnCode::Command_OK);
TestRemoteProcessMemLeaks("testfiles/bbackupquery.memleaks");
// cannot overwrite a file that exists, so delete it
@@ -2165,7 +2165,7 @@ int test_bbackupd()
compareReturnValue = ::system(command.c_str());
TEST_RETURN(compareReturnValue,
- BackupQueries:ReturnCode::Command_OK);
+ BackupQueries::ReturnCode::Command_OK);
TestRemoteProcessMemLeaks("testfiles/bbackupquery.memleaks");
// Compare to make sure it was restored properly.
@@ -2179,7 +2179,7 @@ int test_bbackupd()
compareReturnValue = ::system(command.c_str());
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
TEST_RETURN(compareReturnValue,
- BackupQueries:ReturnCode::Compare_Same);
+ BackupQueries::ReturnCode::Compare_Same);
// Compare without attributes. This should fail.
command = BBACKUPQUERY " "