From 9be3d121b008a13bcef8c1bbd6adfa36a5d9d0e8 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 3 Aug 2005 12:18:56 +0000 Subject: [PATCH] update infos about SQLUnit git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278484 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 20 ++++++++--------- xdocs/external.xml | 54 ++++++++++++++++++++++------------------------ 2 files changed, 36 insertions(+), 38 deletions(-) diff --git a/docs/external.html b/docs/external.html index e5fc51e38..12ca382d5 100644 --- a/docs/external.html +++ b/docs/external.html @@ -4739,18 +4739,18 @@ SQLUnit -

Unit Testing Stored Procedures
- SQLUnit is a regression and unit testing harness for testing - database stored procedures. An SQLUnit test suite would be written - as an XML file. The SQLUnit harness, which is written in Java, uses - the JUnit unit testing framework to convert the XML test - specifications to JDBC calls and compare the results generated from - the calls with the specified results.

+

SQLUnit is a regression and unit testing harness for testing + database stored procedures. The test suite is written as an XML file. + The SQLUnit harness itself is written in Java and uses the JUnit unit + testing framework to convert the XML test specifications to JDBC calls + and compare the results generated from the calls with the specified + results. It also provides the <sqlunit> task to run the tests + from a build script.

@@ -4784,7 +4784,7 @@
- Compatibility: + Compatibilty: @@ -4774,7 +4774,7 @@ - Pavel Vlasov + Project forums
- GPL + GNU General Public License (GPL)
diff --git a/xdocs/external.xml b/xdocs/external.xml index 0427decff..bd33d4186 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -2570,34 +2570,32 @@ - -

Unit Testing Stored Procedures
- SQLUnit is a regression and unit testing harness for testing - database stored procedures. An SQLUnit test suite would be written - as an XML file. The SQLUnit harness, which is written in Java, uses - the JUnit unit testing framework to convert the XML test - specifications to JDBC calls and compare the results generated from - the calls with the specified results.

- - - - - - - - - - - - - - - - - - -
Compatibility:Tested with Ant 1.6
URL:http://sqlunit.sourceforge.net
Contact:Pavel Vlasov
License:GPL
-
+

SQLUnit is a regression and unit testing harness for testing + database stored procedures. The test suite is written as an XML file. + The SQLUnit harness itself is written in Java and uses the JUnit unit + testing framework to convert the XML test specifications to JDBC calls + and compare the results generated from the calls with the specified + results. It also provides the <sqlunit> task to run the tests + from a build script.

+ + + + + + + + + + + + + + + + + +
Compatibilty:Tested with Ant 1.6
URL:http://sqlunit.sourceforge.net
Contact:Project forums
License:GNU General Public License (GPL)
+