mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
AutoTune update - clean up for query ignore
This commit is contained in:
@@ -29,6 +29,9 @@ public class TestRowCount extends BaseTestCase {
|
||||
|
||||
List<Order> list = query.findList();
|
||||
System.out.println(list);
|
||||
for (Order order : list) {
|
||||
order.getStatus();
|
||||
}
|
||||
|
||||
Assert.assertEquals("same rc to ids.size() ", rc, ids.size());
|
||||
Assert.assertEquals("same rc to list.size()", rc, list.size());
|
||||
|
||||
Reference in New Issue
Block a user