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 @@
</subsection>
<subsection name="SQLUnit">
-
- <p>Unit Testing Stored Procedures<br/>
- 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.</p>
-
- <table class="externals">
- <tr>
- <th>Compatibility:</th>
- <td>Tested with Ant 1.6</td>
- </tr>
- <tr>
- <th>URL:</th>
- <td><a
href="http://sqlunit.sourceforge.net">http://sqlunit.sourceforge.net</a></td>
- </tr>
- <tr>
- <th>Contact:</th>
- <td><a href="">Pavel Vlasov</a></td>
- </tr>
- <tr>
- <th>License:</th>
- <td>GPL</td>
- </tr>
- </table>
- </subsection>
+ <p>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.</p>
+ <table class="externals">
+ <tr>
+ <th>Compatibilty:</th>
+ <td>Tested with Ant 1.6</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://sqlunit.sourceforge.net">http://sqlunit.sourceforge.net</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a
href="http://sourceforge.net/forum/?group_id=77832">Project forums</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>GNU General Public License (GPL)</td>
+ </tr>
+ </table>
+ </subsection>
<subsection name="Styler">
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 @@
<a name="SQLUnit"></a>
SQLUnit
</h4>
- <p>Unit Testing Stored Procedures<br />
- 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.</p>
+ <p>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.</p>
<table class="externals"
cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
- Compatibility:
+ Compatibilty:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -4774,7 +4774,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- <a href="">Pavel Vlasov</a>
+ <a href="http://sourceforge.net/forum/?group_id=77832">Project
forums</a>
</td>
</tr>
<tr>
@@ -4784,7 +4784,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- GPL
+ GNU General Public License (GPL)
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]