Explorar o código

单元测试程序

yingp %!s(int64=8) %!d(string=hai) anos
pai
achega
d644a3affc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);