|
|
@@ -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);
|