[
https://issues.jboss.org/browse/JBIDE-13223?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-13223:
----------------------------------------
I ran this test for a few times manually in tycho and it works for me. I also tested this
quick fix (which is supposed to be tested by this JUnit test) and it works fine too.
But I see two problems in this test.
1. This test doesn't invoke validation manually but relays on build. There is no
guaranty in the test environment that validation will be invoked. For example the project
which we are importing may already exist or automatic validation may be disabled by some
previous test. We should invoke validation directly.
2. This test does not check how the Quick Fix works. It only checks if it exists. We need
to improve this test.
test failure in
org.jboss.tools.seam.ui.test.jbide.JBide3989Test.testJBide3989 (from
org.jboss.tools.seam.ui.test.SeamUiAllTests) : The quickfix "Set Seam
Properties" doesn't exist.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-13223
URL:
https://issues.jboss.org/browse/JBIDE-13223
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples, Seam 2
Affects Versions: 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Priority: Blocker
Labels: respin-c, respin-d
Fix For: 4.0.0.CR1
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_6.0.juno/job/jbosstools-4.0_stable_branch.component--javaee/59/testReport/org.jboss.tools.seam.ui.test.jbide/JBide3989Test/testJBide3989/}
Regression
org.jboss.tools.seam.ui.test.jbide.JBide3989Test.testJBide3989 (from
org.jboss.tools.seam.ui.test.SeamUiAllTests)
Failing for the past 1 build (Since Unstable#59 )
Took 2.3 sec.
add description
Error Message
The quickfix "Set Seam Properties" doesn't exist.
Stacktrace
junit.framework.AssertionFailedError: The quickfix "Set Seam Properties"
doesn't exist.
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.jboss.tools.seam.ui.test.jbide.JBide3989Test.testJBide3989(JBide3989Test.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira