From e0d11ae476981fd56229b4ccffdd30166361548b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Apr 2014 22:15:25 +0000 Subject: Remove the global logging level. It's incompatible with having a logger that logs everything, regardless of the global log level. --- test/backupstore/testbackupstore.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/backupstore') diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp index 04472a5d..f38d634d 100644 --- a/test/backupstore/testbackupstore.cpp +++ b/test/backupstore/testbackupstore.cpp @@ -1104,6 +1104,11 @@ bool test_server_housekeeping() ConnectionException, Conn_Protocol_UnexpectedReply); } + // Try retrieving an object that doesn't exist. That used to return + // BackupProtocolSuccess(NoObject) for no apparent reason. + TEST_COMMAND_RETURNS_ERROR(protocol, QueryGetObject(store1objid + 1), + Err_DoesNotExist); + // Close the protocol, so we can housekeep the account protocol.QueryFinished(); TEST_THAT(run_housekeeping_and_check_account()); -- cgit v1.2.3