From: Simon So <ss...@cs...> - 2002-02-28 02:46:14
|
Dear all I added a txt file explaining how to write Cactus test cases in Sync4j: src/java/sync4j/tests/cactus/HowToWriteCactusTest.txt Also, I checked in several minor modifications: build/build-share.xml build/build-tests.xml src/java/sync4j/tests/cactus/SyncBeanTest.java src/java/sync4j/tests/cactus/TestAllCactus.java <-- new file Best Regards, Simon On Tue, 26 Feb 2002, Simon So wrote: > Dear all > > Sync4j can now use Cactus (http://jakarta.apache.org/cactus/index.html) > for EJB unit test cases. The new set of xml files for building sync4j now > resides at ./build directory. The existing ./build.xml file will > stay behind but is deprecated; it cannot be used for building EJB unit test > cases. > |