|
From: Pelle B. <pe...@us...> - 2004-03-19 23:48:17
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3872/src/test/org/neuclear/xml/xmlsec Modified Files: InteropTests.java Log Message: I now know the problem is in the Reference element Index: InteropTests.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec/InteropTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InteropTests.java 19 Mar 2004 22:21:51 -0000 1.1 --- InteropTests.java 19 Mar 2004 23:38:25 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * $Id$ * $Log$ + * Revision 1.2 2004/03/19 23:38:25 pelle + * I now know the problem is in the Reference element + * * Revision 1.1 2004/03/19 22:21:51 pelle * Changes in the XMLSignature class, which is now Abstract there are currently 3 implementations for: *************** *** 123,131 **** public final void testMerlin23() throws IOException, DocumentException, NeuClearException { ! runDirectoryTest("src/testdata/merlin-xmldsig-twenty-three", 10);//,"signature-enveloping-dsa\\.xml"); } public final void testPhaos() throws IOException, DocumentException, NeuClearException { ! runDirectoryTest("src/testdata/phaos-xmldsig-two", 29); } --- 126,134 ---- public final void testMerlin23() throws IOException, DocumentException, NeuClearException { ! runDirectoryTest("src/testdata/merlin-xmldsig-twenty-three", 11);//,"signature-enveloping-dsa\\.xml"); } public final void testPhaos() throws IOException, DocumentException, NeuClearException { ! runDirectoryTest("src/testdata/phaos-xmldsig-two", 0); } |