Author: dgeraskov
Date: 2010-12-10 10:17:29 -0500 (Fri, 10 Dec 2010)
New Revision: 27361
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java
Log:
https://issues.jboss.org/browse/JBIDE-7739
removed unused method
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java 2010-12-10
15:16:06 UTC (rev 27360)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/CodeGenXMLFactoryTest.java 2010-12-10
15:17:29 UTC (rev 27361)
@@ -23,6 +23,8 @@
import java.util.Properties;
import java.util.TreeMap;
+import junit.framework.TestCase;
+
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path;
import org.eclipse.datatools.connectivity.IConnectionProfile;
@@ -41,8 +43,6 @@
import org.hibernate.eclipse.launch.ExporterAttributes;
import org.hibernate.eclipse.launch.HibernateLaunchConstants;
-import junit.framework.TestCase;
-
/**
* @author Vitali Yemialyanchyk
*/
@@ -139,10 +139,6 @@
return null;
}
- public String getConnectionProfileDriverURL(String connectionProfile) {
- return "test-driver-path.jar"; //$NON-NLS-1$
- }
-
public IConnectionProfile getConnectionProfile(String connProfileName) {
return null;
}