From 28f181cc204298272ed96b87e80866075a5a0d57 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 15 Aug 2014 22:47:17 +0000 Subject: Remove ServerException.h and the exception code aliases that it defines. We don't really need these, so clean up by removing them. --- test/bbackupd/testbbackupd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bbackupd') 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(); -- cgit v1.2.3