删除无用的测试方法

This commit is contained in:
zhangxin10 2015-11-09 11:37:26 +08:00
parent 27af172bd1
commit d6c7d46756
1 changed files with 0 additions and 5 deletions

View File

@ -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() {