1903-Removed manipulation of process unallocated checkbox from regression test

This commit is contained in:
William Schaefer 2017-01-20 13:15:59 -05:00
parent e45dfea90a
commit 8bf973a1ee

View File

@ -299,10 +299,6 @@ public class RegressionTest extends TestCase {
JButtonOperator jbo2 = new JButtonOperator(jdo, "OK", 0);
jbo2.pushNoBlock();
WizardOperator wo = new WizardOperator("Add Data");
JCheckBoxOperator jbco0 = new JCheckBoxOperator(wo, "Process Unallocated Space");
if (Boolean.parseBoolean(System.getProperty("ignore_unalloc"))) {
jbco0.doClick();
}
new Timeout("pausing", 10000).sleep(); // let things catch up
wo.btNext().clickMouse();
}