the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dbunit
Version: 2.1
Revision: 1
Type: java(1.4)
Maintainer: Benjamin Reed
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), crimson (>= 1.1.3-1), fink (>= 0.22.2-1), hsqldb (>= 1.7.1-1), jdbc2, maven (>= 2.0.3-1), mockobjects (>= 0.07-1), mockmaker (>= 1.12.0-1), poi (>= 2.0-1), system-java-dev (>= 1.4-1)
Depends: junit, system-java (>= 1.4-1)
Source: mirror:sourceforge:dbunit/%n-%v-src.tar.gz
Source-MD5: 9726d6508fdb3e576047d47791c5efec
SourceDirectory: %n-%v
PatchScript: <<
patch -p1 < %a/%n.patch
perl -pi -e 's,
CompileScript: ant -Dnoget=true dist
InstallScript: <<
#!/bin/sh -ev
install -d -m 755 %i/share/doc/%N
mv dist/docs/* %i/share/doc/%N/
mv dist/%n-%v.jar dist/%n.jar
<<
JarFiles: dist/*.jar
DocFiles: dist/*.txt
Description: Simple framework to write repeatable tests
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.
<<
Homepage: http://dbunit.sourceforge.net/
License: GPL