From 7483cfd857fec86583479dea96c2b989608a4ef2 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 5 Feb 2013 09:51:44 +0100 Subject: 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 --- .../resources/ParallelAppletsTest_1EE_x_2s.html | 44 ++++++++++++++++++++++ .../resources/ParallelAppletsTest_1E_x_2s.html | 44 ---------------------- .../testcases/ParallelAppletsTest.java | 2 +- 3 files changed, 45 insertions(+), 45 deletions(-) create mode 100644 tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html delete mode 100644 tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html (limited to 'tests/reproducers/simple/CountingApplet1') diff --git a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html new file mode 100644 index 0000000..33b92e7 --- /dev/null +++ b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html @@ -0,0 +1,44 @@ + + +

+

+

+

+ + diff --git a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html deleted file mode 100644 index 33b92e7..0000000 --- a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html +++ /dev/null @@ -1,44 +0,0 @@ - - -

-

-

-

- - 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); } -- cgit v1.2.3