on 2/21/02 10:11 AM, "Mathieu Frenette" <[EMAIL PROTECTED]>
wrote:

> However, my application doesn't have a great code coverage ratio, so I
> cannot tell if it broke something that my application is not using.  I
> noticed that there isn't a lot of test cases, and they do not cover the
> aspects that I modified.  Maybe someone who has an application with a very
> good code coverage ratio should try out the patched version, in order to
> improve our confidence.
> 
> Please let me know what is your usual strategy for testing such changes.
> 
> -- Mathieu
> 

Scarab uses Torque heavily. A good test is to build (and run Scarab) with a
new Torque.zip.

cvs co jakarta-turbine-torque
cvs co scarab
cd jakarta-turbine-torque
ant dist-lite
cp bin/torque-3.0-dev.zip ../../scarab/lib
cd ../../scarab/build
ant
cd ../src/sql
./create-mysql-database.sh
cd ../../target
./scarab.sh

-jon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to