Author: tfischer
Date: Mon Oct 12 00:13:18 2015
New Revision: 1708030
URL: http://svn.apache.org/viewvc?rev=1708030&view=rev
Log:
Remove unused imports, test description
Modified:
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/control/PropertyToJavaJarGenerationTest.java
Modified:
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/control/PropertyToJavaJarGenerationTest.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/control/PropertyToJavaJarGenerationTest.java?rev=1708030&r1=1708029&r2=1708030&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/control/PropertyToJavaJarGenerationTest.java
(original)
+++
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/control/PropertyToJavaJarGenerationTest.java
Mon Oct 12 00:13:18 2015
@@ -30,10 +30,11 @@ import org.apache.torque.generator.BaseT
import org.apache.torque.generator.configuration.UnitDescriptor;
import
org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths;
import org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths;
-import org.apache.torque.generator.control.Controller;
import org.junit.Test;
-
+/**
+ * Tests generation where the templates are read from a jar file.
+ */
public class PropertyToJavaJarGenerationTest extends BaseTest
{
@Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]