[jdom-commits] CVS update: jdom-test/src/java/org/jdom/contrib/xpath/test
alex at cvs.jdom.org
alex at cvs.jdom.org
Wed Jun 27 11:08:13 PDT 2001
Date: Wednesday June 27, 2001 @ 19:08
Author: alex
Update of /home/cvspublic/jdom-test/src/java/org/jdom/contrib/xpath/test
In directory www.nmemonix.com:/tmp/cvs-serv3268/src/java/org/jdom/contrib/xpath/test
Modified Files:
XPath_Test.java
Log Message:
Fixed strange compiler error
Reference to assertEquals is ambiguous. It is defined in void assertEquals(java.lang.String, long, long) and void assertEquals(java.lang.String, int, int).
by upcasting a few ints to longs
(Not sure if this came up during the upgrade to JUnit 3.7 or because I'm using a 1.3 compiler with different ambiguity rules.)
===================================================================
File: XPath_Test.java Status: Up-to-date
Working revision: 1.2 Wed Jun 27 18:08:13 2001
Repository revision: 1.2 /home/cvspublic/jdom-test/src/java/org/jdom/contrib/xpath/test/XPath_Test.java,v
Existing Tags:
No Tags Exist
More information about the jdom-commits
mailing list