From: Gabe H. <gjh...@ya...> - 2002-02-16 05:03:58
|
The new assert keyword in Java 1.4 causes warnings when compiling Hibernate. I believe that TestCase.assert(boolean, String) should be changed to TestCase.assertTrue(boolean, String). This follows what JUnit has done (http://sourceforge.net/project/shownotes.php?release_id=36181) and removes these warnings. I have changed all references locally so that I can continue to compile with 1.4. Also, why don't you use JUnit as the test harness? Thanks, Gabe Hicks __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com |