mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2270 - ebean-agent enhancement NPE with MappedSuperclass with no properties that uses named database
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ public class TestNotEnhancedMappedSuper extends BaseTestCase {
|
||||
|
||||
NotEnhancedMappedSuper mappedSuper = new NotEnhancedMappedSuper();
|
||||
boolean enhanced = (mappedSuper instanceof EntityBean);
|
||||
Assert.assertFalse(enhanced);
|
||||
Assert.assertTrue(enhanced);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user