|
From: <pe...@us...> - 2003-10-23 22:06:03
|
Update of /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/verifier In directory sc8-pr-cvs1:/tmp/cvs-serv25582/src/test/org/neuclear/id/verifier Modified Files: VerificationTest.java Log Message: Moved some certificates to live status at http://repository.neuclear.org Updated NSTools.url2path to support neuids with @ signs. Index: VerificationTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/verifier/VerificationTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** VerificationTest.java 21 Oct 2003 22:31:14 -0000 1.4 --- VerificationTest.java 23 Oct 2003 22:02:36 -0000 1.5 *************** *** 3,11 **** import junit.framework.TestCase; import org.dom4j.DocumentException; import org.neuclear.id.InvalidIdentityException; import org.neuclear.id.SignedNamedObject; import org.neudist.crypto.CryptoTools; import org.neudist.xml.XMLException; - import org.neuclear.commons.NeuClearException; import java.io.*; --- 3,11 ---- import junit.framework.TestCase; import org.dom4j.DocumentException; + import org.neuclear.commons.NeuClearException; import org.neuclear.id.InvalidIdentityException; import org.neuclear.id.SignedNamedObject; import org.neudist.crypto.CryptoTools; import org.neudist.xml.XMLException; import java.io.*; *************** *** 31,34 **** --- 31,38 ---- $Id$ $Log$ + Revision 1.5 2003/10/23 22:02:36 pelle + Moved some certificates to live status at http://repository.neuclear.org + Updated NSTools.url2path to support neuids with @ signs. + Revision 1.4 2003/10/21 22:31:14 pelle Renamed NeudistException to NeuClearException and moved it to org.neuclear.commons where it makes more sense. *************** *** 51,55 **** /** - * * User: pelleb * Date: Sep 27, 2003 --- 55,58 ---- *************** *** 65,68 **** --- 68,75 ---- public void testSimple() throws IOException, DocumentException, NeuClearException, XMLException { + runDirectoryTest("src/testdata/simple", true); + } + + public void testSimpleSecond() throws IOException, DocumentException, NeuClearException, XMLException { runDirectoryTest("src/testdata/simple", true); } |