Author: dgolovin
Date: 2008-01-23 20:43:11 -0500 (Wed, 23 Jan 2008)
New Revision: 5920
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
Log:
fix test error:
testNewTldWizardInstanceIsCreated Error N/A
java.lang.NullPointerException
at org.jboss.tools.common.util.WorkbenchUtils.findWizardByDefId(WorkbenchUtils.java:35)
at
org.jboss.common.model.ui.test.ModelNewWizardTest.testNewWizardInstanceIsCreated(ModelNewWizardTest.java:30)
at
org.jboss.tools.jst.web.ui.test.WebWizardsTest.testNewTldWizardInstanceIsCreated(WebWizardsTest.java:66)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2008-01-24 01:34:47 UTC (rev
5919)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2008-01-24 01:43:11 UTC (rev
5920)
@@ -215,7 +215,7 @@
class="org.jboss.tools.jst.web.ui.wizards.newfile.NewTLDFileWizard"
finalPerspective="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
icon="images/xstudio/wizards/new_taglibs_file.gif"
- id="org.jboss.tools.jst.web.ui.wizard.newfile.NewTLDFileWizard"
+ id="org.jboss.tools.jst.web.ui.wizards.newfile.NewTLDFileWizard"
name="TLD File"
preferredPerspectives="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
project="false">
Show replies by date