|
From: <pe...@us...> - 2003-12-01 15:42:59
|
Update of /cvsroot/neuclear/neuclear-pay/src/test/org/neuclear/asset/receiver
In directory sc8-pr-cvs1:/tmp/cvs-serv24009/src/test/org/neuclear/asset/receiver
Modified Files:
PaymentReceiverTest.java
Log Message:
Index: PaymentReceiverTest.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-pay/src/test/org/neuclear/asset/receiver/PaymentReceiverTest.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** PaymentReceiverTest.java 28 Nov 2003 00:11:51 -0000 1.8
--- PaymentReceiverTest.java 1 Dec 2003 15:42:55 -0000 1.9
***************
*** 22,28 ****
--- 22,30 ----
import org.neuclear.xml.XMLException;
+ import javax.naming.NamingException;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.security.GeneralSecurityException;
+ import java.sql.SQLException;
/*
***************
*** 46,49 ****
--- 48,54 ----
$Id$
$Log$
+ Revision 1.9 2003/12/01 15:42:55 pelle
+ *** empty log message ***
+
Revision 1.8 2003/11/28 00:11:51 pelle
Getting the NeuClear web transactions working.
***************
*** 130,134 ****
*/
public final class PaymentReceiverTest extends AbstractSigningTest {
! public PaymentReceiverTest(final String string) throws NeuClearException, GeneralSecurityException, UnknownLedgerException, LowlevelLedgerException, BookExistsException, IOException, InvalidTransferException, XMLException {
super(string);
AssetGlobals.registerReaders();
--- 135,139 ----
*/
public final class PaymentReceiverTest extends AbstractSigningTest {
! public PaymentReceiverTest(final String string) throws NeuClearException, GeneralSecurityException, UnknownLedgerException, LowlevelLedgerException, BookExistsException, IOException, InvalidTransferException, XMLException, SQLException, NamingException {
super(string);
AssetGlobals.registerReaders();
|