mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fixing a syntax error.
This commit is contained in:
parent
6b5b8cf0aa
commit
ece9456d02
@ -305,7 +305,7 @@ public class RegressionTest extends TestCase {
|
|||||||
Date date = new Date();
|
Date date = new Date();
|
||||||
String datenotime = dateFormat.format(date);
|
String datenotime = dateFormat.format(date);
|
||||||
listOperator.clickOnItem(2, 1);
|
listOperator.clickOnItem(2, 1);
|
||||||
new Timeout("pausing", 1000).sleep()
|
new Timeout("pausing", 1000).sleep();
|
||||||
jbo0.pushNoBlock();
|
jbo0.pushNoBlock();
|
||||||
new Timeout("pausing", 1000).sleep();
|
new Timeout("pausing", 1000).sleep();
|
||||||
JButtonOperator jbo1 = new JButtonOperator(reportDialogOperator, "Finish");
|
JButtonOperator jbo1 = new JButtonOperator(reportDialogOperator, "Finish");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user