[Bprocessor-commit] model/test/net/sourceforge/bprocessor/model EdgeTest.java,1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2005-09-28 14:08:07
|
Update of /cvsroot/bprocessor/model/test/net/sourceforge/bprocessor/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14594/test/net/sourceforge/bprocessor/model Modified Files: EdgeTest.java Log Message: small refactoring of the build.xml file into test/build.xml Index: EdgeTest.java =================================================================== RCS file: /cvsroot/bprocessor/model/test/net/sourceforge/bprocessor/model/EdgeTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EdgeTest.java 28 Sep 2005 12:28:46 -0000 1.1 --- EdgeTest.java 28 Sep 2005 14:07:55 -0000 1.2 *************** *** 52,56 **** /** ! * Tests the length method for the Edge */ public void testLength() { --- 52,56 ---- /** ! * Tests the {@link net.sourceforge.bprocessor.model.Edge#getLength length} method for the Edge */ public void testLength() { *************** *** 68,71 **** --- 68,78 ---- /** + * Tests the {@link net.sourceforge.bprocessor.model.Edge#otherVertex otherVertex} method + */ + public void testOtherVertex() { + + } + + /** * For single invocation use * @param args The arguments |