File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
hibernate4/src/test/java/tools/jackson/datatype/hibernate4
hibernate5/src/test/java/tools/jackson/datatype/hibernate5
hibernate6/src/test/java/tools/jackson/datatype/hibernate6
hibernate7/src/test/java/tools/jackson/datatype/hibernate7 Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222public 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 ();
Original file line number Diff line number Diff line change 2222public 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 ();
Original file line number Diff line number Diff line change 2323public 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 ();
Original file line number Diff line number Diff line change 2323public 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 ();
You can’t perform that action at this time.
0 commit comments