Fix some tests failing for older DBs

This commit is contained in:
Marco Belladelli 2023-04-26 16:20:53 +02:00
parent 23046adb4c
commit 3f1b1f45c5
No known key found for this signature in database
GPG Key ID: D1D0C3030AE3AA35
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -67,7 +67,7 @@ public class EnumeratedAndGenerics3Test {
}
}
@Entity
@Entity(name="TestEntity")
public static class TestEntity extends GenericBaseEntity<TestEnum> {
@Id

View File

@ -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