Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 13409 invoked from network); 3 Aug 2005 12:19:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2005 12:19:13 -0000 Received: (qmail 69606 invoked by uid 500); 3 Aug 2005 12:19:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 69548 invoked by uid 500); 3 Aug 2005 12:19:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 69530 invoked by uid 500); 3 Aug 2005 12:19:10 -0000 Received: (qmail 69527 invoked by uid 99); 3 Aug 2005 12:19:10 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 Aug 2005 05:18:58 -0700 Received: (qmail 13346 invoked by uid 1694); 3 Aug 2005 12:18:56 -0000 Date: 3 Aug 2005 12:18:56 -0000 Message-ID: <20050803121856.13345.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs external.html X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N jhm 2005/08/03 05:18:56 Modified: xdocs external.xml docs external.html Log: update infos about SQLUnit Revision Changes Path 1.163 +26 -28 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- external.xml 1 Aug 2005 15:41:03 -0000 1.162 +++ external.xml 3 Aug 2005 12:18:56 -0000 1.163 @@ -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)
+ 1.208 +10 -10 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- external.html 1 Aug 2005 15:41:04 -0000 1.207 +++ external.html 3 Aug 2005 12:18:56 -0000 1.208 @@ -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)
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org