mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Unalloc logic error bugfix.
This commit is contained in:
parent
3d961be81f
commit
da348a2896
@ -198,7 +198,7 @@ public class RegressionTest extends TestCase{
|
||||
jbo2.pushNoBlock();
|
||||
WizardOperator wo = new WizardOperator("Add Image");
|
||||
JCheckBoxOperator jbco0 = new JCheckBoxOperator(wo, "Process Unallocated Space");
|
||||
jbco0.setSelected(Boolean.parseBoolean(System.getProperty("ignore_unalloc"))); //ignore unallocated space or not. Set with Regression.py -u
|
||||
jbco0.setSelected(!Boolean.parseBoolean(System.getProperty("ignore_unalloc"))); //ignore unallocated space or not. Set with Regression.py -u
|
||||
wo.btNext().clickMouse();
|
||||
wo.btFinish().clickMouse();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user