1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Merge pull request #574 from alexjacks92/develop

Fixing UI test hang up - removed section of code that looked for a check...
This commit is contained in:
Richard Cordovano
2014-03-28 14:50:35 -04:00

View File

@@ -235,10 +235,6 @@ public class RegressionTest extends TestCase {
jfco0.chooseFile(words);
JTableOperator jto = new JTableOperator(jdo, 0);
jto.clickOnCell(0, 0);
JCheckBoxOperator jcbo = new JCheckBoxOperator(jdo, "Use during ingest", 0);
if (!(jcbo.isSelected())) {
jcbo.doClick();
}
new Timeout("pausing", 1000).sleep(); // give it a second to process
if (Boolean.parseBoolean(System.getProperty("mugen_mode"))) {
JTabbedPaneOperator jtpo = new JTabbedPaneOperator(jdo);