]
Tomáš Sedmík closed JBTIS-1107.
-------------------------------
Resolution: Out of Date
Fedora 24 is no longer supported => closing as out of date
Revision of JBTIS-758, it fails only on fedora24
------------------------------------------------
Key: JBTIS-1107
URL:
https://issues.jboss.org/browse/JBTIS-1107
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: Fuse IDE, QE
Affects Versions: 4.4.3.Final
Reporter: Dominik Jelinek
Assignee: Andrej Podhradsky
JBTIS-758: Add test for collapse/expand feature in Camel Editor
* test passed on fedora25, win10 and mac, but only on fedora24 (verification job) it
still fails
the verification job has failed due to
{code:java}
Error Message
expected:<34> but was:<228>
Stacktrace
java.lang.AssertionError: expected:<34> but was:<228>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.jboss.tools.fuse.ui.bot.test.CamelEditorTest.testCollapseExpandFeature(CamelEditorTest.java:291)
{code}