diff --git a/core/java/test/net/i2p/data/RouterAddressTest.java b/core/java/test/net/i2p/data/RouterAddressTest.java index aab4a88bb..3e8791e73 100644 --- a/core/java/test/net/i2p/data/RouterAddressTest.java +++ b/core/java/test/net/i2p/data/RouterAddressTest.java @@ -36,7 +36,7 @@ public class RouterAddressTest extends StructureTest { public void testBadWrite() throws Exception{ RouterAddress addr = new RouterAddress(); - boolean error = true; + boolean error = false; try{ addr.writeBytes(new ByteArrayOutputStream()); }catch(DataFormatException dfe){