删除无用的测试方法
This commit is contained in:
parent
27af172bd1
commit
d6c7d46756
|
|
@ -13,11 +13,6 @@ import java.io.IOException;
|
|||
*/
|
||||
public class PersistenceThreadTest {
|
||||
|
||||
@Test
|
||||
public void testDealDataFile() throws InterruptedException {
|
||||
new PersistenceThread().start();
|
||||
Thread.sleep(500000L);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue