summaryrefslogtreecommitdiffstats
path: root/messagebus_test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-10-17 10:15:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-10-17 10:15:36 +0000
commit2570a612aff08cf3116a68c4a266c7b141e723a4 (patch)
tree1ee078d99f8b996e0f579063a6d32f9c7dc13b3d /messagebus_test
parent1ee11a779932cbe1a04361473175befe57163d71 (diff)
No more SERVICE_OOS
Diffstat (limited to 'messagebus_test')
-rw-r--r--messagebus_test/src/tests/errorcodes/DumpCodes.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/messagebus_test/src/tests/errorcodes/DumpCodes.java b/messagebus_test/src/tests/errorcodes/DumpCodes.java
index 01003876fa3..96c7fc57a3e 100644
--- a/messagebus_test/src/tests/errorcodes/DumpCodes.java
+++ b/messagebus_test/src/tests/errorcodes/DumpCodes.java
@@ -24,7 +24,6 @@ public class DumpCodes {
dump("SEND_QUEUE_CLOSED", ErrorCode.SEND_QUEUE_CLOSED);
dump("ILLEGAL_ROUTE", ErrorCode.ILLEGAL_ROUTE);
dump("NO_SERVICES_FOR_ROUTE", ErrorCode.NO_SERVICES_FOR_ROUTE);
- dump("SERVICE_OOS", ErrorCode.SERVICE_OOS);
dump("ENCODE_ERROR", ErrorCode.ENCODE_ERROR);
dump("NETWORK_ERROR", ErrorCode.NETWORK_ERROR);
dump("UNKNOWN_PROTOCOL", ErrorCode.UNKNOWN_PROTOCOL);