tmf: Make StandardImportGzipTraceTest more robust
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 17 Aug 2015 18:58:40 +0000 (14:58 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 18 Aug 2015 18:23:58 +0000 (14:23 -0400)
commit5daa4649921c6f99da5df9b74861589613835bb7
treee0d540d84e2796bc07ea5aa5fac9d3013ae36f9a
parentdf0e3d5f0dece1ebb021a8e70439f6590084c755
tmf: Make StandardImportGzipTraceTest more robust

In a build, I got the failure:
"IllegalArgumentException: The row number (2) is more than the
number of rows(1) in the table"
http://eclip.se/5i

I think it's a case of the assertion hapenning before the table
was completely filled. Adding a few waitUntil should fix it.

Change-Id: I89b15a29bd0ae9f64f213fa0ffa715566127650a
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/53915
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/wizards/StandardImportGzipTraceTest.java
This page took 0.02959 seconds and 5 git commands to generate.