mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Test for #110 - BeanSet of sub type with inheritance has null listen mode
This commit is contained in:
@@ -2,6 +2,7 @@ package com.avaje.tests.inheritance;
|
||||
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.avaje.ebean.BaseTestCase;
|
||||
import com.avaje.ebean.Ebean;
|
||||
@@ -10,6 +11,7 @@ import com.avaje.tests.model.basic.TIntRoot;
|
||||
|
||||
public class TestIntInherit extends BaseTestCase {
|
||||
|
||||
@Test
|
||||
public void testMe() {
|
||||
|
||||
TIntRoot r = new TIntRoot();
|
||||
|
||||
Reference in New Issue
Block a user