|
From: <pe...@us...> - 2004-03-02 18:51:55
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29468/src/test/org/neuclear/xml/xmlsec Modified Files: RefTest.java SimpleXMLSigTest.java Log Message: Done some more minor fixes within xmlsig, but mainly I've removed the old Source and Store patterns and sub packages. This is because they really are no longer necessary with the new non naming naming system. Index: RefTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec/RefTest.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RefTest.java 19 Feb 2004 00:28:00 -0000 1.5 --- RefTest.java 2 Mar 2004 18:39:57 -0000 1.6 *************** *** 32,35 **** --- 32,39 ---- $Id$ $Log$ + Revision 1.6 2004/03/02 18:39:57 pelle + Done some more minor fixes within xmlsig, but mainly I've removed the old Source and Store patterns and sub packages. This is because + they really are no longer necessary with the new non naming naming system. + Revision 1.5 2004/02/19 00:28:00 pelle Discovered several incompatabilities with the xmlsig implementation. Have been working on getting it working. *************** *** 62,66 **** public void testExternalReference() throws XMLException, CryptoException, MalformedURLException { ! File rfile=new File("src/testdata/homegrown/signature-enveloped-rsa.xml"); final String uri = rfile.toURL().toExternalForm(); Reference ref=new Reference(uri); --- 66,70 ---- public void testExternalReference() throws XMLException, CryptoException, MalformedURLException { ! File rfile=new File("project.xml"); final String uri = rfile.toURL().toExternalForm(); Reference ref=new Reference(uri); Index: SimpleXMLSigTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec/SimpleXMLSigTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** SimpleXMLSigTest.java 19 Feb 2004 00:28:00 -0000 1.8 --- SimpleXMLSigTest.java 2 Mar 2004 18:39:57 -0000 1.9 *************** *** 22,25 **** --- 22,29 ---- * $Id$ * $Log$ + * Revision 1.9 2004/03/02 18:39:57 pelle + * Done some more minor fixes within xmlsig, but mainly I've removed the old Source and Store patterns and sub packages. This is because + * they really are no longer necessary with the new non naming naming system. + * * Revision 1.8 2004/02/19 00:28:00 pelle * Discovered several incompatabilities with the xmlsig implementation. Have been working on getting it working. |