diff options
author | Jiri Vanek <[email protected]> | 2013-02-05 09:51:44 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-02-05 09:51:44 +0100 |
commit | 7483cfd857fec86583479dea96c2b989608a4ef2 (patch) | |
tree | 505033222040a47190e715987bf9f9a9755815ee /tests/reproducers/simple | |
parent | 13b77af82e365c8e5f4a03f47e77767719d98ab1 (diff) |
Another renamed conflict file for case insensitive systems
* tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html
Renamed to ParallelAppletsTest_1_x_2EE.html
* tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html
new file.
* tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java:
(testParallelAppletsTest1Ex2s) adapted to renaming
Diffstat (limited to 'tests/reproducers/simple')
-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.java | 2 |
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); } |