Commit 8d3321fa by Li Yongyu

add beforeClass

parent fd547080
...@@ -34,9 +34,7 @@ public class APITest_nwn extends NWN{ ...@@ -34,9 +34,7 @@ public class APITest_nwn extends NWN{
//测试结束删除测试所用的数据 //测试结束删除测试所用的数据
if (!isClearMysql) { if (!isClearMysql) {
this.cleann_n_admin_card_no_List_FromDB_beforeTest(); this.cleann_n_admin_card_no_List_FromDB_beforeTest();
this.cleann_n_package_List_FromDB();
this.cleann_user_id_List_FromDB();
this.cleann_getcode_id_List_FromDB();
try { try {
if(stmt!=null){ if(stmt!=null){
stmt.close(); stmt.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment