Author: akazakov
Date: 2012-04-11 19:19:56 -0400 (Wed, 11 Apr 2012)
New Revision: 40148
Modified:
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java
Log:
https://issues.jboss.org/browse/JBIDE-11472 Adding a XHTML targets
"target/m2e-wtp/web resources
Modified:
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java 2012-04-11
23:10:25 UTC (rev 40147)
+++
trunk/jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/WebWizardsTest.java 2012-04-11
23:19:56 UTC (rev 40148)
@@ -84,7 +84,7 @@
try {
dialog.open();
IWizardPage htmlWizardNewFileCreationPage = dialog.getCurrentPage();
- assertEquals("The Page should be","HTMLWizardNewFileCreationPage",
htmlWizardNewFileCreationPage.getName()); //$NON-NLS-1$//$NON-NLS-2$
+ assertEquals("The Page should
be","XHTMLWizardNewFileCreationPage",
htmlWizardNewFileCreationPage.getName()); //$NON-NLS-1$//$NON-NLS-2$
IWizardPage newXHTMLTemplatesWizardPage=htmlWizardNewFileCreationPage.getNextPage();
assertEquals("The Page should be","NewXHTMLTemplatesWizardPage",
newXHTMLTemplatesWizardPage.getName()); //$NON-NLS-1$//$NON-NLS-2$
if (newXHTMLTemplatesWizardPage.canFlipToNextPage()) {