Skip to content

Commit 805763c

Browse files
committed
HHH-17404: Undo Test Skips
1 parent 8290785 commit 805763c

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/Aggregate.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ public void setConvertedGender(EntityOfBasics.Gender convertedGender) {
149149
this.convertedGender = convertedGender;
150150
}
151151

152-
public Boolean getTheBoolean() {
153-
return theBoolean;
154-
}
155-
156152
@Column(name = "ordinal_gender")
157153
public EntityOfBasics.Gender getOrdinalGender() {
158154
return ordinalGender;

hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/NestedStructEmbeddableTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
@RequiresDialect( PostgreSQLDialect.class )
8080
@RequiresDialect( OracleDialect.class )
8181
@RequiresDialect( DB2Dialect.class )
82-
@SkipForDialect(dialectClass = OracleDialect.class, reason = "Waiting for the fix of a bug that prevent creation of INTERVALDS from Duration")
8382
public class NestedStructEmbeddableTest implements AdditionalMappingContributor {
8483

8584
@Override

hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/NestedStructWithArrayEmbeddableTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
@RequiresDialect( PostgreSQLDialect.class )
5858
@RequiresDialect( OracleDialect.class )
59-
@SkipForDialect(dialectClass = OracleDialect.class, reason = "Waiting for the fix of a bug that prevent creation of INTERVALDS from Duration")
6059
@BootstrapServiceRegistry(
6160
// Clear the type cache, otherwise we might run into ORA-21700: object does not exist or is marked for delete
6261
integrators = SharedDriverManagerTypeCacheClearingIntegrator.class

hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/StructEmbeddableArrayTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
@SessionFactory
8484
@RequiresDialect( PostgreSQLDialect.class )
8585
@RequiresDialect( OracleDialect.class )
86-
@SkipForDialect(dialectClass = OracleDialect.class, reason = "Waiting for the fix of a bug that prevent creation of INTERVALDS from Duration")
8786
public class StructEmbeddableArrayTest implements AdditionalMappingContributor {
8887

8988
@Override

0 commit comments

Comments
 (0)