]
Dominik Pospisil closed JBIDE-7219.
-----------------------------------
Verified (jbdevstudio-eap-linux-gtk-4.0.0.v201012070137R-H33-Beta2.jar).
Finish button should be enabled on the first page of New Seam Project
wizard.
-----------------------------------------------------------------------------
Key: JBIDE-7219
URL:
https://jira.jboss.org/browse/JBIDE-7219
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Seam
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.0.Beta2
EXECUTE: Start Seam Web Project Wizard (fill in all the required fields and press
finish)
ASSERT: Project is created
EXECUTE: Start Seam Web Project Wizard again (fill in project name)
ASSERT: Finish should be possible now since we have set all required stuff (runtimes,
drivers, etc.) and all of them set by default.
Currently we have to click next through all pages without changing anything and then we
can press finish.
It causes testJiraJbide1111 failure:
testJiraJbide1111(org.jboss.tools.seam.ui.test.wizard.SeamProjectNewWizardTest) Time
elapsed: 3.443 sec <<< FAILURE!
junit.framework.AssertionFailedError: Finish button is disabled at first wizard page in
spite of created JBoss AS Runtime, Server, DB Connection and Seam Runtime and valid
project name.
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.jboss.tools.seam.ui.test.wizard.SeamProjectNewWizardTest.testJiraJbide1111(SeamProjectNewWizardTest.java:103)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: