the Fink project is an effort to port
popular Unix programs to Mac OS X
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.
<<
diff -uNr dbunit-2.1/build.xml dbunit-2.1-new/build.xml
--- dbunit-2.1/build.xml 2004-05-31 21:03:53.000000000 -0400
+++ dbunit-2.1-new/build.xml 2006-06-28 14:48:56.000000000 -0400
@@ -56,7 +56,7 @@
-
+
@@ -182,4 +182,4 @@
-
\ No newline at end of file
+