File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jaxb-annox-parent/jaxb-annox/src/test/java/org/jvnet/jaxb/annox/parser/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ public void testN() throws Exception {
283283
284284 System .out .println (one .toString ());
285285 System .out .println (two .toString ());
286- Assertions .assertEquals (one , two , "Annotations should be identical." );
286+ Assert .assertEquals ("Annotations should be identical." , one , two );
287287 }
288288
289289 @ Test
@@ -300,7 +300,7 @@ public void testO() throws Exception {
300300
301301 System .out .println (one .toString ());
302302 System .out .println (two .toString ());
303- Assertions .assertEquals (one , two , "Annotations should be identical." );
303+ Assert .assertEquals ("Annotations should be identical." , one , two );
304304
305305 }
306306}
You can’t perform that action at this time.
0 commit comments