Skip to content

Commit dd1bf0f

Browse files
committed
wrong test
1 parent b54b796 commit dd1bf0f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

hibernate4/src/test/java/tools/jackson/datatype/hibernate4/LazyLoadingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
public class LazyLoadingTest extends BaseTest
2323
{
2424
// [Issue#15]
25-
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
2625
@Test
2726
public void testGetCustomerJson() throws Exception
2827
{
@@ -61,7 +60,8 @@ public void testGetCustomerJson() throws Exception
6160
emf.close();
6261
}
6362
}
64-
63+
64+
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
6565
@Test
6666
public void testSerializeIdentifierFeature() throws JacksonException {
6767
Hibernate4Module module = new Hibernate4Module();

hibernate5/src/test/java/tools/jackson/datatype/hibernate5/LazyLoadingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
public class LazyLoadingTest extends BaseTest
2323
{
2424
// For [#15]
25-
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
2625
@Test
2726
public void testGetCustomerJson() throws Exception
2827
{
@@ -64,7 +63,8 @@ public void testGetCustomerJson() throws Exception
6463
emf.close();
6564
}
6665
}
67-
66+
67+
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
6868
@Test
6969
public void testSerializeIdentifierFeature() throws JacksonException {
7070
Hibernate5Module module = new Hibernate5Module();

hibernate6/src/test/java/tools/jackson/datatype/hibernate6/LazyLoadingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
public class LazyLoadingTest extends BaseTest
2424
{
2525
// For [#15]
26-
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
2726
@Test
2827
public void testGetCustomerJson() throws Exception
2928
{
@@ -64,7 +63,8 @@ public void testGetCustomerJson() throws Exception
6463
emf.close();
6564
}
6665
}
67-
66+
67+
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
6868
@Test
6969
public void testSerializeIdentifierFeature() throws JacksonException {
7070
Hibernate6Module module = new Hibernate6Module();

hibernate7/src/test/java/tools/jackson/datatype/hibernate7/LazyLoadingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
public class LazyLoadingTest extends BaseTest
2424
{
2525
// For [#15]
26-
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
2726
@Test
2827
public void testGetCustomerJson() throws Exception
2928
{
@@ -64,7 +63,8 @@ public void testGetCustomerJson() throws Exception
6463
emf.close();
6564
}
6665
}
67-
66+
67+
@Disabled // https://github.com/FasterXML/jackson-datatype-hibernate/issues/191
6868
@Test
6969
public void testSerializeIdentifierFeature() throws JacksonException {
7070
Hibernate7Module module = new Hibernate7Module();

0 commit comments

Comments
 (0)