|
From: <pe...@us...> - 2004-01-20 17:39:16
|
Update of /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/verifier
In directory sc8-pr-cvs1:/tmp/cvs-serv16755/src/test/org/neuclear/id/verifier
Modified Files:
VerificationTest.java
Log Message:
Further updates to unit tests
Index: VerificationTest.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/verifier/VerificationTest.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** VerificationTest.java 11 Dec 2003 23:57:30 -0000 1.10
--- VerificationTest.java 20 Jan 2004 17:39:13 -0000 1.11
***************
*** 31,34 ****
--- 31,37 ----
$Id$
$Log$
+ Revision 1.11 2004/01/20 17:39:13 pelle
+ Further updates to unit tests
+
Revision 1.10 2003/12/11 23:57:30 pelle
Trying to test the ReceiverServlet with cactus. Still no luck. Need to return a ElementProxy of some sort.
***************
*** 93,96 ****
--- 96,100 ----
}
+ /* TODO Create new samples
public final void testSimple() throws IOException, DocumentException, NeuClearException, XMLException {
runDirectoryTest("src/testdata/simple", true);
***************
*** 101,104 ****
--- 105,109 ----
}
+ */
public final void testFakes() throws IOException, DocumentException, NeuClearException, XMLException {
runDirectoryTest("src/testdata/fakes", false);
|