henning 2003/07/25 09:48:35
Modified: src/generator/src/test/org/apache/torque/engine/database
TestPackageHandling.java
Log:
testcases might throw exceptions now.
Revision Changes Path
1.2 +2 -0
db-torque/src/generator/src/test/org/apache/torque/engine/database/TestPackageHandling.java
Index: TestPackageHandling.java
===================================================================
RCS file:
/home/cvs/db-torque/src/generator/src/test/org/apache/torque/engine/database/TestPackageHandling.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestPackageHandling.java 10 Feb 2003 13:21:35 -0000 1.1
+++ TestPackageHandling.java 25 Jul 2003 16:48:35 -0000 1.2
@@ -29,6 +29,7 @@
* test if the tables get the package name from the properties file
*/
public void testDefaultPackageName()
+ throws Exception
{
xmlToAppData = new XmlToAppData("mysql", "defaultpackage", null);
appData = xmlToAppData.parseFile(
@@ -43,6 +44,7 @@
* test if the tables get the package name from the database tag
*/
public void testDatabasePackageName()
+ throws Exception
{
xmlToAppData = new XmlToAppData("mysql", "defaultpackage", null);
appData = xmlToAppData.parseFile(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]