|
From: Pelle B. <pe...@us...> - 2004-03-26 23:47:42
|
Update of /cvsroot/neuclear/neuclear-ledger-prevalent/src/test/org/neuclear/ledger/prevalent In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25381/src/test/org/neuclear/ledger/prevalent Modified Files: PrevalentLedgerTest.java Log Message: The simple browse(book) now works on hibernate, I have implemented the other two, which currently don not constrain the query correctly. Index: PrevalentLedgerTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-ledger-prevalent/src/test/org/neuclear/ledger/prevalent/PrevalentLedgerTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PrevalentLedgerTest.java 22 Mar 2004 23:20:58 -0000 1.3 --- PrevalentLedgerTest.java 26 Mar 2004 23:36:40 -0000 1.4 *************** *** 1,13 **** package org.neuclear.ledger.prevalent; - import org.neuclear.commons.NeuClearException; import org.neuclear.ledger.Ledger; import org.neuclear.ledger.LowlevelLedgerException; - import org.neuclear.ledger.UnknownLedgerException; import org.neuclear.ledger.tests.AbstractLedgerTest; - import javax.naming.NamingException; import java.io.IOException; - import java.sql.SQLException; /** --- 1,9 ---- *************** *** 19,23 **** */ public class PrevalentLedgerTest extends AbstractLedgerTest { ! public PrevalentLedgerTest(String s) throws LowlevelLedgerException, UnknownLedgerException, SQLException, NamingException, IOException, NeuClearException { super(s); } --- 15,19 ---- */ public class PrevalentLedgerTest extends AbstractLedgerTest { ! public PrevalentLedgerTest(String s) { super(s); } |