mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
@@ -37,7 +37,7 @@ public class TestReadOnlyPropagation extends BaseTestCase {
|
||||
|
||||
Address billingAddress = customer.getBillingAddress();
|
||||
assertNotNull(billingAddress);
|
||||
//Assert.assertTrue(Ebean.getBeanState(billingAddress).isReadOnly());
|
||||
Assert.assertTrue(DB.getBeanState(billingAddress).isReadOnly());
|
||||
|
||||
|
||||
List<OrderDetail> details = order.getDetails();
|
||||
|
||||
Reference in New Issue
Block a user