Fix some tests failing for older DBs
This commit is contained in:
parent
23046adb4c
commit
3f1b1f45c5
|
@ -78,7 +78,7 @@ public class EnumeratedAndGenerics2Test {
|
|||
}
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name="TestEntity")
|
||||
public static class TestEntity extends GenericBaseEntity<TestEnum> {
|
||||
|
||||
@Id
|
||||
|
@ -93,7 +93,7 @@ public class EnumeratedAndGenerics2Test {
|
|||
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name="AnotherTestEntity")
|
||||
public static class AnotherTestEntity extends GenericBaseEntity<AnotherTestEnum> {
|
||||
|
||||
@Id
|
||||
|
|
|
@ -67,7 +67,7 @@ public class EnumeratedAndGenerics3Test {
|
|||
}
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name="TestEntity")
|
||||
public static class TestEntity extends GenericBaseEntity<TestEnum> {
|
||||
|
||||
@Id
|
||||
|
|
|
@ -78,7 +78,7 @@ public class EnumeratedAndGenericsTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name="TestEntity")
|
||||
public static class TestEntity extends GenericBaseEntity<TestEnum> {
|
||||
|
||||
@Id
|
||||
|
@ -93,7 +93,7 @@ public class EnumeratedAndGenericsTest {
|
|||
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name="AnotherTestEntity")
|
||||
public static class AnotherTestEntity extends GenericBaseEntity<AnotherTestEnum> {
|
||||
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue