Package: dbunit Version: 2.4.8 Revision: 1 Description: Simple framework to write repeatable tests Type: java(1.5) License: GPL Maintainer: Benjamin Reed Depends: << junit (>= 3.8-1), system-java (>= 1.5-1) << BuildDepends: << fink (>= 0.29.7-1), system-java-dev (>= 1.5-1) << NoSourceDirectory: true Source: mirror:sourceforge:dbunit/%n-%v.jar Source-MD5: 606510a449c6345bef6cbbf959a5398d Source2: mirror:sourceforge:dbunit/%n-%v-javadoc.jar Source2-MD5: 74233fd07191dcfb252d0cc985f7e28b UseMaxBuildJobs: true CompileScript: echo "none needed" InstallScript: << #!/bin/sh -ev install -d -m 755 %i/share/doc/%N pushd %i/share/doc/%N jar -xvf %b/%n-%v-javadoc.jar popd << JarFiles: %n-%v.jar Homepage: http://dbunit.sourceforge.net/ DescDetail: << DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. <<