Re: [OJB-developers] C/S JUnit tests
Brought to you by:
thma
From: Eric B. <EBi...@sa...> - 2002-03-13 19:23:54
|
This would be extremely useful to have added to the OJB documentation. - Eric ----- Original Message ----- Subject: AW: [OJB-developers] C/S JUnit tests Hi Joachim, > Hy, > > are there any JUnit tests that test the C/S-Model? As I'm doing some > refactoring in this area to allow simple a implementation of the > PersistenceBrokerServlet. Unfortunately I don't know enough > of JUnit to > write those tests myself (I know, I better have to learn it, now!). > Currently there are no special JUnit tests for the C/S mode. To test C/S mode I do the following: 0. compile everything with build.sh main 1. Switch to server mode in OJB.properties. 2. Setup test database with build.sh tests 3. startup server with server.sh 4. run all JUnit tests with build.sh junit HTH, Thomas > regards > Joachim Sauer |