mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 14:19:32 +00:00
1903-Removed manipulation of process unallocated checkbox from regression test
This commit is contained in:
parent
e45dfea90a
commit
8bf973a1ee
@ -299,10 +299,6 @@ public class RegressionTest extends TestCase {
|
|||||||
JButtonOperator jbo2 = new JButtonOperator(jdo, "OK", 0);
|
JButtonOperator jbo2 = new JButtonOperator(jdo, "OK", 0);
|
||||||
jbo2.pushNoBlock();
|
jbo2.pushNoBlock();
|
||||||
WizardOperator wo = new WizardOperator("Add Data");
|
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
|
new Timeout("pausing", 10000).sleep(); // let things catch up
|
||||||
wo.btNext().clickMouse();
|
wo.btNext().clickMouse();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user