|
From: <pe...@us...> - 2004-01-14 17:08:03
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec
In directory sc8-pr-cvs1:/tmp/cvs-serv14513/src/test/org/neuclear/xml/xmlsec
Modified Files:
SignatureTests.java
Log Message:
KeyInfo containing X509Certificates now work correctly.
10 out of 16 of merlin's tests now work. The missing ones are largely due to key resolution issues. (Read X509)
Index: SignatureTests.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec/SignatureTests.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SignatureTests.java 14 Jan 2004 16:34:27 -0000 1.3
--- SignatureTests.java 14 Jan 2004 17:07:59 -0000 1.4
***************
*** 7,10 ****
--- 7,14 ----
* $Id$
* $Log$
+ * Revision 1.4 2004/01/14 17:07:59 pelle
+ * KeyInfo containing X509Certificates now work correctly.
+ * 10 out of 16 of merlin's tests now work. The missing ones are largely due to key resolution issues. (Read X509)
+ *
* Revision 1.3 2004/01/14 16:34:27 pelle
* New model of references and signatures now pretty much works.
***************
*** 148,152 ****
} catch (Exception e) {
System.out.println("ERROR: "+(errors++)+e.getMessage());
! // e.printStackTrace(); //To change body of catch statement use Options | File Templates.
}
}
--- 152,156 ----
} catch (Exception e) {
System.out.println("ERROR: "+(errors++)+e.getMessage());
! e.printStackTrace(); //To change body of catch statement use Options | File Templates.
}
}
|