Fixed tests that modify BasicData (#1530)

This commit is contained in:
Roland Praml
2018-11-03 16:38:26 +13:00
committed by Rob Bygrave
parent 662ffdd070
commit 61eedb4e9a
17 changed files with 92 additions and 10 deletions
@@ -194,7 +194,7 @@ public class TestQueryFindPagedList extends BaseTestCase {
ResetBasicData.reset();
PagedList<Order> pagedList = Ebean.find(Order.class).setMaxRows(6).findPagedList();
PagedList<Order> pagedList = Ebean.find(Order.class).setMaxRows(3).findPagedList();
LoggedSqlCollector.start();