git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278484 13f79535-47bb-0310-9956-ffa450edef68master
@@ -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> | |||
@@ -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"> | |||