summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-08-15 22:47:17 +0000
committerChris Wilson <chris+github@qwirx.com>2014-08-15 22:47:17 +0000
commit28f181cc204298272ed96b87e80866075a5a0d57 (patch)
tree9da18bf86956364150fbcbadd207917f93c2cf3f /test/bbackupd
parent732370e12192a3b66a8b0a3e1f66eed3ebcdc3d3 (diff)
Remove ServerException.h and the exception code aliases that it defines.
We don't really need these, so clean up by removing them.
Diffstat (limited to 'test/bbackupd')
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 7a68a28b..c25c38a0 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -882,7 +882,7 @@ int test_bbackupd()
Logger::LevelGuard(Logging::GetConsole(), Log::ERROR);
TEST_CHECK_THROWS(ReadDirectory(*client, 0x12345678),
ConnectionException,
- Conn_Protocol_UnexpectedReply);
+ Protocol_UnexpectedReply);
}
client->QueryFinished();