Author: nickboldt
Date: 2010-04-09 01:24:17 -0400 (Fri, 09 Apr 2010)
New Revision: 21388
Modified:
branches/modular_build/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java
Log:
JBDS-486 ModelNewWizardTest -> AbstractModelNewWizardTest
Modified:
branches/modular_build/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java
===================================================================
---
branches/modular_build/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java 2010-04-09
05:14:51 UTC (rev 21387)
+++
branches/modular_build/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java 2010-04-09
05:24:17 UTC (rev 21388)
@@ -10,7 +10,7 @@
******************************************************************************/
package org.jboss.tools.jst.web.ui.test;
-import org.jboss.tools.common.model.ui.test.ModelNewWizardTest;
+import org.jboss.tools.common.model.ui.test.AbstractModelNewWizardTest;
import org.jboss.tools.common.model.ui.wizard.newfile.NewHTMLFileWizard;
import org.jboss.tools.common.model.ui.wizard.newfile.NewJSPFileWizard;
import org.jboss.tools.common.model.ui.wizard.newfile.NewPropertiesFileWizard;
@@ -24,7 +24,7 @@
* @author eskimo
*
*/
-public class WebWizardsTest extends ModelNewWizardTest {
+public class WebWizardsTest extends AbstractModelNewWizardTest {
public void testNewCssWizardInstanceIsCreated() {
testNewWizardInstanceIsCreated(NewCSSFileWizard.class.getName());
Show replies by date