|
From: Pelle B. <pe...@us...> - 2004-03-26 18:49:27
|
Update of /cvsroot/neuclear/neuclear-ledger-hibernate/src/java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27835/src/java Modified Files: hibernate.properties Log Message: More work on browsers. Added an AbstractLedgerBrowserTest for unit testing LedgerBrowsers. Index: hibernate.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-ledger-hibernate/src/java/hibernate.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** hibernate.properties 25 Mar 2004 19:04:18 -0000 1.5 --- hibernate.properties 26 Mar 2004 18:38:27 -0000 1.6 *************** *** 27,31 **** #hibernate.connection.password #hibernate.connection.url jdbc:hsqldb:hsql://localhost ! #hibernate.connection.url jdbc:hsqldb:test #hibernate.connection.url jdbc:hsqldb:. --- 27,31 ---- #hibernate.connection.password #hibernate.connection.url jdbc:hsqldb:hsql://localhost ! #hibernate.connection.url jdbc:hsqldb:target/test-data/ledger #hibernate.connection.url jdbc:hsqldb:. |