diff --git a/test/Misc.java b/test/Misc.java index 455a52a008..8795c9007b 100644 --- a/test/Misc.java +++ b/test/Misc.java @@ -91,11 +91,6 @@ public class Misc { } public static void main(String[] args) { - expect(new String(new byte[] { 99, 111, 109, 46, 101, 99, 111, 118, 97, - 116, 101, 46, 110, 97, 116, 46, 98, 117, - 115, 46, 83, 121, 109, 98, 111, 108 }) - .equals("com.ecovate.nat.bus.Symbol")); - expect(queryDefault(new Object()) != null); { Foo foo = new Foo();