aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-01-31 11:12:35 +0100
committerJiri Vanek <[email protected]>2013-01-31 11:12:35 +0100
commit13b77af82e365c8e5f4a03f47e77767719d98ab1 (patch)
tree2487a7e93310ad31dbe434d68830cef440b42d07 /tests/reproducers
parent0820401d2a9d9fc7c6e4722c86126ddd7e0b568d (diff)
Renamed conflict file for case insensitive systems
Diffstat (limited to 'tests/reproducers')
-rw-r--r--tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2EE.html (renamed from tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2E.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_1_x_2E.html b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2EE.html
index 80dda2f..80dda2f 100644
--- a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2E.html
+++ b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2EE.html
diff --git a/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java b/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
index 2087e05..059a26e 100644
--- a/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
+++ b/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
@@ -59,7 +59,7 @@ public class ParallelAppletsTest extends BrowserTest {
@TestInBrowsers(testIn = {Browsers.one})
@NeedsDisplay
public void testParallelAppletsTest1x2E() throws Exception {
- ProcessResult pr = server.executeBrowser("ParallelAppletsTest_1_x_2E.html");
+ ProcessResult pr = server.executeBrowser("ParallelAppletsTest_1_x_2EE.html");
checkExactCounts(1, 10, pr);
checkNotInitialised(pr);