aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/CountingApplet1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/simple/CountingApplet1')
-rw-r--r--tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html (renamed from tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html)0
-rw-r--r--tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html
index 33b92e7..33b92e7 100644
--- a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html
+++ b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html
diff --git a/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java b/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
index 059a26e..8f14897 100644
--- a/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
+++ b/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
@@ -50,7 +50,7 @@ public class ParallelAppletsTest extends BrowserTest {
@TestInBrowsers(testIn = {Browsers.one})
@NeedsDisplay
public void testParallelAppletsTest1Ex2s() throws Exception {
- ProcessResult pr = server.executeBrowser("ParallelAppletsTest_1E_x_2s.html");
+ ProcessResult pr = server.executeBrowser("ParallelAppletsTest_1EE_x_2s.html");
checkSimpleSignedStarted(pr);
checkNotInitialised(pr);
}