mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2335 ReadOnly propagation test requiring cache clear
This commit is contained in:
@@ -23,6 +23,7 @@ public class TestReadOnlyPropagation extends BaseTestCase {
|
||||
public void testReadOnly() {
|
||||
|
||||
ResetBasicData.reset();
|
||||
DB.getServerCacheManager().clearAll();
|
||||
|
||||
Order order = DB.find(Order.class)
|
||||
.setReadOnly(true)
|
||||
|
||||
Reference in New Issue
Block a user