Skip to content

Commit 27a959c

Browse files
committedMar 2, 2015
server: remove ignore guards for Presto-Opera tests
1 parent 1e55133 commit 27a959c

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed
 

‎java/server/test/org/openqa/selenium/remote/server/SessionLogsTest.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2012 Software Freedom Conservancy
2+
Copyright 2012-2015 Software Freedom Conservancy
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
2020
import static org.openqa.selenium.testing.Ignore.Driver.CHROME;
2121
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
2222
import static org.openqa.selenium.testing.Ignore.Driver.IE;
23-
import static org.openqa.selenium.testing.Ignore.Driver.OPERA;
24-
import static org.openqa.selenium.testing.Ignore.Driver.OPERA_MOBILE;
2523
import static org.openqa.selenium.testing.Ignore.Driver.SAFARI;
2624

2725
import com.google.common.base.Charsets;
@@ -55,7 +53,7 @@
5553
import java.util.Map;
5654
import java.util.Set;
5755

58-
@Ignore({CHROME, HTMLUNIT, IE, OPERA, OPERA_MOBILE, SAFARI})
56+
@Ignore({CHROME, HTMLUNIT, IE, SAFARI})
5957
public class SessionLogsTest extends JUnit4TestBase {
6058

6159
private static OutOfProcessSeleniumServer server;

‎java/server/test/org/openqa/selenium/tests/TestGet.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22
<!--
3-
Copyright 2011 Software Freedom Conservancy
3+
Copyright 2011-2015 Software Freedom Conservancy
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -35,9 +35,9 @@
3535
<td>&nbsp;</td>
3636
</tr>
3737

38-
<!-- IE uppercases the property names of the style. Both Opera and Firefox
39-
lowercase the property names of the style. Both IE and Opera omit the
40-
trailing semi-colon. -->
38+
<!-- IE uppercases the property names of the style.
39+
Firefox lowercases the property names of the style.
40+
IE omits the trailing semi-colon. -->
4141
<tr>
4242
<td>verifyAttribute</td>
4343
<td>//img[@alt='banner']@style</td>

‎java/server/test/org/openqa/selenium/tests/TestSuite.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011 Software Freedom Conservancy
2+
Copyright 2011-2015 Software Freedom Conservancy
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -70,11 +70,10 @@
7070
<tr><td><a href="./TestFramesOpen.html">TestFramesOpen</a></td></tr>
7171
<tr><td><a href="./TestFramesNested.html">TestFramesNested</a></td></tr>
7272
<tr><td><a href="./TestFramesClick.html">TestFramesClick</a></td></tr>
73-
<tr unless="browserVersion.isOpera"><td><a href="./TestFramesSpecialTargets.html">TestFramesSpecialTargets</a></td></tr>
74-
<tr unless="browserVersion.isOpera"><td><a href="./TestClickBlankTarget.html">TestClickBlankTarget</a></td></tr>
73+
<tr><td><a href="./TestFramesSpecialTargets.html">TestFramesSpecialTargets</a></td></tr>
74+
<tr><td><a href="./TestClickBlankTarget.html">TestClickBlankTarget</a></td></tr>
7575
<tr><td><a href="./TestSelectMultiLevelFrame.html">TestSelectMultiLevelFrame</a></td></tr>
7676
<tr><td><a href="./TestOpenInTargetFrame.html">TestOpenInTargetFrame</a></td></tr>
77-
7877

7978
<tr unless="isFileURL()"><td><a href="./TestCookie.html">TestCookie</a></td></tr>
8079
<tr><td><a href="./TestEval.html">TestEval</a></td></tr>
@@ -118,23 +117,23 @@
118117
<tr><td><a href="./TestRollup.html">TestRollup</a></td></tr>
119118
<tr unless="DISABLED"><td><a href="./TestXPathLocatorInXHtml.html">TestXPathLocatorInXHtml</a></td></tr>
120119
<tr unless="browserVersion.isKonqueror || browserVersion.isSafari || browserVersion.isHTA"><td><a href="./TestGoBack.html">TestGoBack</a></td></tr>
121-
<tr unless="browserVersion.isOpera"><td><a href="./TestRefresh.html">TestRefresh</a></td></tr>
120+
<tr><td><a href="./TestRefresh.html">TestRefresh</a></td></tr>
122121

123122
<tr><td><a href="./TestHtmlSource.html">TestHtmlSource</a></td></tr>
124123
<tr><td><a href="./TestComments.html">TestComments</a></td></tr>
125124
<tr><td><a href="./events/TestLinkEvents.html">TestLinkEvents</a></td></tr>
126125
<tr><td><a href="./events/TestButtonEvents.html">TestButtonEvents</a></td></tr>
127126
<tr><td><a href="./events/TestSelectEvents.html">TestSelectEvents</a></td></tr>
128-
<tr unless="browserVersion.isOpera"><td><a href="./events/TestRadioEvents.html">TestRadioEvents</a></td></tr>
129-
<tr unless="browserVersion.isOpera"><td><a href="./events/TestCheckboxEvents.html">TestCheckboxEvents</a></td></tr>
127+
<tr><td><a href="./events/TestRadioEvents.html">TestRadioEvents</a></td></tr>
128+
<tr><td><a href="./events/TestCheckboxEvents.html">TestCheckboxEvents</a></td></tr>
130129
<tr><td><a href="./events/TestTextEvents.html">TestTextEvents</a></td></tr>
131130
<tr><td><a href="./events/TestFireEvents.html">TestFireEvents</a></td></tr>
132131
<tr><td><a href="./TestFocusOnBlur.html">TestFocusOnBlur</a></td></tr>
133132
<tr><td><a href="./TestAlerts.html">TestAlerts</a></td></tr>
134133
<tr><td><a href="./TestConfirmations.html">TestConfirmations</a></td></tr>
135134
<tr><td><a href="./TestPrompt.html">TestPrompt</a></td></tr>
136135
<tr><td><a href="./TestEditable.html">TestEditable</a></td></tr>
137-
<tr unless="browserVersion.isFirefox || browserVersion.isOpera || browserVersion.isMozilla || browserVersion.isKonqueror || browserVersion.isSafari"><td><a href="./TestCursorPosition.html">TestCursorPosition</a></td></tr>
136+
<tr unless="browserVersion.isFirefox || browserVersion.isMozilla || browserVersion.isKonqueror || browserVersion.isSafari"><td><a href="./TestCursorPosition.html">TestCursorPosition</a></td></tr>
138137
<tr unless="browserVersion.isKonqueror || browserVersion.isSafari"><td><a href="./TestDragAndDrop.html">TestDragAndDrop</a></td></tr>
139138
<tr unless="(isFileURL() && browserVersion.isIE) || browserVersion.isKonqueror || browserVersion.isSafari"><td><a href="./TestDojoDragAndDrop.html">TestDojoDragAndDrop</a></td></tr>
140139

‎java/server/test/org/openqa/selenium/tests/html/test_funky_event_handling.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
};
1515

16-
if (window.addEventListener && !window.opera) {
16+
if (window.addEventListener) {
1717
parent.addEventListener("click", handler, false);
1818
} else if (window.attachEvent) {
1919
parent.attachEvent("onclick", handler);

0 commit comments

Comments
 (0)
Please sign in to comment.