|
From: Pelle B. <pe...@us...> - 2004-04-12 15:41:50
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11881/src/test/org/neuclear/xml/xmlsec Modified Files: InteractiveXMLSignature.java Log Message: Added Hibernate and Prevalent tests for Currency Controllers Index: InteractiveXMLSignature.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec/InteractiveXMLSignature.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InteractiveXMLSignature.java 7 Apr 2004 17:22:23 -0000 1.1 --- InteractiveXMLSignature.java 12 Apr 2004 15:28:00 -0000 1.2 *************** *** 8,12 **** import org.neuclear.commons.crypto.signers.BrowsableSigner; import org.neuclear.commons.crypto.signers.InvalidPassphraseException; - import org.neuclear.commons.crypto.signers.NonExistingSignerException; import org.neuclear.commons.crypto.signers.TestCaseSigner; --- 8,11 ---- *************** *** 14,17 **** --- 13,19 ---- $Id$ $Log$ + Revision 1.2 2004/04/12 15:28:00 pelle + Added Hibernate and Prevalent tests for Currency Controllers + Revision 1.1 2004/04/07 17:22:23 pelle Added support for the new improved interactive signing model. A new Agent is also available with SwingAgent. *************** *** 40,45 **** } catch (DocumentException e) { e.printStackTrace(); - } catch (NonExistingSignerException e) { - e.printStackTrace(); } catch (UserCancellationException e) { e.printStackTrace(); --- 42,45 ---- |