[rfc][icedtea-web] Renaming of conflict names for case insensitive systems
Jiri Vanek
jvanek at redhat.com
Sun Feb 3 04:54:49 PST 2013
On 01/31/2013 03:42 PM, Adam Domurad wrote:
> On 01/31/2013 04:53 AM, Jiri Vanek wrote:
>> 2013-01-31 Jiri Vanek <jvanek at redhat.com>
>>
>> Renamed conflict file for case insensitive systems
>> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2E.html:
>> Renamed to ParallelAppletsTest_1_x_2EE.html
>> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2EE.html:
>> new file.
>> * tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java:
>> (testParallelAppletsTest1x2E) adapted to renaming
>
> Looks good. Approved.
> -Adam
Argh, one more file name escaped.So renaming now
Checked by find . | grep -v \.hg | sort | uniq -di
so nothing more should remains
2013-02-03 Jiri Vanek <jvanek at redhat.com>
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 renamin
-------------- next part --------------
diff --git a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html
rename from tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html
rename to 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
--- a/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
+++ b/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
@@ -50,7 +50,7 @@
@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);
}
-------------- next part --------------
diff -r e631770d76ba tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html Sun Feb 03 13:43:54 2013 +0100
@@ -0,0 +1,44 @@
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+ -->
+<html><head></head><body bgcolor="orange">
+<p><applet code="SimpleTest2.class" archive="NOT_EXISTING_JAR.jar" codebase="." width="50" height="100">
+</applet></p>
+<p><applet code="AppletTestSigned.class" archive="AppletTestSigned.jar" codebase="." width="100" height="50">
+</applet></p>
+</body>
+</html>
diff -r e631770d76ba tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html
--- a/tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html Thu Jan 31 11:12:35 2013 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-<!--
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
-
-IcedTea is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library. Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module. An independent module is a module which is not derived from
-or based on this library. If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so. If you do not wish to do so, delete this
-exception statement from your version.
-
- -->
-<html><head></head><body bgcolor="orange">
-<p><applet code="SimpleTest2.class" archive="NOT_EXISTING_JAR.jar" codebase="." width="50" height="100">
-</applet></p>
-<p><applet code="AppletTestSigned.class" archive="AppletTestSigned.jar" codebase="." width="100" height="50">
-</applet></p>
-</body>
-</html>
diff -r e631770d76ba tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java
--- a/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java Thu Jan 31 11:12:35 2013 +0100
+++ b/tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java Sun Feb 03 13:43:54 2013 +0100
@@ -50,7 +50,7 @@
@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);
}
More information about the distro-pkg-dev
mailing list