forked from I2P_Developers/i2p.i2p
Fix test that would always pass
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user