https://javafx-jira.kenai.com/browse/RT-33015
I developed the tests but never saw the failures. David saw them and has @ignore'd them until I can work out why they are intermittently failing. I'm guessing it is a keyboard shortcut oversight (by me) between Windows and Mac OS, with the only extra oddity being David saying that the tests are not consistently failing. The other wrinkle is that I believe these tests were only @Ignore'd in the controls repo, as the controls team has not integrated since that time. -- Jonathan On 27/09/2013 10:53 a.m., Richard Bair wrote: > Is anybody else seeing these? Have we seen them on hudson? > > javafx.scene.control.ListViewKeyInputTest > test_rt21375_scenario_2_down > FAILED > java.lang.AssertionError: expected:<3> but was:<5> > at org.junit.Assert.fail(Assert.java:91) > at org.junit.Assert.failNotEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:126) > at org.junit.Assert.assertEquals(Assert.java:470) > at org.junit.Assert.assertEquals(Assert.java:454) > at > javafx.scene.control.ListViewKeyInputTest.test_rt21375_scenario_2_down(ListViewKeyInputTest.java:1425) > > javafx.scene.control.ListViewKeyInputTest > test_rt21375_scenario_3_down > FAILED > java.lang.AssertionError: expected:<4> but was:<5> > at org.junit.Assert.fail(Assert.java:91) > at org.junit.Assert.failNotEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:126) > at org.junit.Assert.assertEquals(Assert.java:470) > at org.junit.Assert.assertEquals(Assert.java:454) > at > javafx.scene.control.ListViewKeyInputTest.test_rt21375_scenario_3_down(ListViewKeyInputTest.java:1446) > > (16 failures in total) > > Richard
