Merge branch 'AUT-2487_bitlockerInAutopsy' into 25_01_17_outstandingPrs

This commit is contained in:
Greg DiCristofaro 2025-01-18 20:20:46 -05:00
commit 69ad57d1ff
No known key found for this signature in database

View File

@ -181,6 +181,7 @@ public class AutopsyTestCases {
String img_path = getEscapedPath(System.getProperty("img_path")); String img_path = getEscapedPath(System.getProperty("img_path"));
String imageDir = img_path; String imageDir = img_path;
((JTextComponent) jtfo0.getSource()).setText(imageDir); ((JTextComponent) jtfo0.getSource()).setText(imageDir);
new Timeout("pausing", 60000).sleep();
JComboBoxOperator comboBoxOperator = new JComboBoxOperator(wo, 0); JComboBoxOperator comboBoxOperator = new JComboBoxOperator(wo, 0);
comboBoxOperator.setSelectedItem("(GMT-5:00) America/New_York"); comboBoxOperator.setSelectedItem("(GMT-5:00) America/New_York");
wo.btNext().clickMouse(); wo.btNext().clickMouse();
@ -219,6 +220,7 @@ public class AutopsyTestCases {
// set the current directory one level above the directory containing logicalFileSet folder. // set the current directory one level above the directory containing logicalFileSet folder.
fileChooserOperator.goUpLevel(); fileChooserOperator.goUpLevel();
fileChooserOperator.chooseFile(new File(getEscapedPath(System.getProperty("img_path"))).getName()); fileChooserOperator.chooseFile(new File(getEscapedPath(System.getProperty("img_path"))).getName());
new Timeout("pausing", 60000).sleep();
wo.btNext().clickMouse(); wo.btNext().clickMouse();
} catch (TimeoutExpiredException ex) { } catch (TimeoutExpiredException ex) {
logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex); logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex);