ソースを参照

单元测试程序

yingp 8 年 前
コミット
d644a3affc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/test/java/com/uas/erp/test/MasterTest.java

+ 1 - 1
src/test/java/com/uas/erp/test/MasterTest.java

@@ -46,7 +46,7 @@ public class MasterTest {
 
 //    @Test
     public void testExec() {
-        Set<Master> masters = masterService.findAll();
+        Set<Master> masters = masterService.findAll(false);
         Assert.notEmpty(masters);
         Executable executable = new Executable();
         executable.setQuery(true);