Test for #110 - BeanSet of sub type with inheritance has null listen mode

This commit is contained in:
Rob Bygrave
2014-05-15 00:07:25 +12:00
parent 32e4f114b4
commit 1ea49dd206
8 changed files with 197 additions and 69 deletions
@@ -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();