mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-11 20:34:21 +00:00
Ignore test of incomplete method
This commit is contained in:
parent
3e751ef2b4
commit
ca4180f49e
@ -2,6 +2,7 @@ package org.ethereum.core;
|
|||||||
|
|
||||||
import org.ethereum.crypto.ECKey;
|
import org.ethereum.crypto.ECKey;
|
||||||
import org.ethereum.crypto.HashUtil;
|
import org.ethereum.crypto.HashUtil;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.xml.sax.SAXException;
|
import org.xml.sax.SAXException;
|
||||||
|
|
||||||
@ -41,11 +42,11 @@ public class WalletTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testLoad1() throws TransformerException,
|
public void testLoad1() throws TransformerException,
|
||||||
ParserConfigurationException, IOException, SAXException {
|
ParserConfigurationException, IOException, SAXException {
|
||||||
Wallet wallet = new Wallet();
|
Wallet wallet = new Wallet();
|
||||||
wallet.load();
|
wallet.load();
|
||||||
System.out.println();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user