We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e487f commit aab7513Copy full SHA for aab7513
hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
@@ -83,7 +83,6 @@
83
84
import org.jboss.logging.Logger;
85
86
-import static org.hibernate.testing.junit4.ExtraAssertions.assertTyping;
87
import static org.junit.Assert.assertEquals;
88
import static org.junit.Assert.assertFalse;
89
import static org.junit.Assert.assertNull;
@@ -1773,7 +1772,6 @@ public void testNamedParams() throws Exception {
1773
1772
}
1774
catch (IllegalArgumentException qe) {
1775
//should happen
1776
- assertTyping( QueryException.class, qe.getCause() );
1777
1778
1779
q = s.createQuery("select bar, b from Bar bar inner join bar.baz baz inner join baz.cascadingBars b where bar.name like 'Bar%'");
0 commit comments