diff options
author | Jiri Vanek <[email protected]> | 2012-06-19 15:19:35 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-06-19 15:19:35 +0200 |
commit | 03275735ecbb7b9a5f6c6eca243e7e52aac369b4 (patch) | |
tree | 7bce8f48259caddf77840e25d3d03e3528e69a53 /tests/jnlp_tests/simple/Spaces can be everywhere | |
parent | 4ef71c5ef9911f18110504b1a7f7ccc41f50c830 (diff) |
Tested and used @TestInBrowser
Diffstat (limited to 'tests/jnlp_tests/simple/Spaces can be everywhere')
-rw-r--r-- | tests/jnlp_tests/simple/Spaces can be everywhere/testcases/SpacesCanBeEverywhereTests.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/jnlp_tests/simple/Spaces can be everywhere/testcases/SpacesCanBeEverywhereTests.java b/tests/jnlp_tests/simple/Spaces can be everywhere/testcases/SpacesCanBeEverywhereTests.java index 3741757..cb2a98f 100644 --- a/tests/jnlp_tests/simple/Spaces can be everywhere/testcases/SpacesCanBeEverywhereTests.java +++ b/tests/jnlp_tests/simple/Spaces can be everywhere/testcases/SpacesCanBeEverywhereTests.java @@ -40,14 +40,15 @@ import java.util.List; import net.sourceforge.jnlp.ServerAccess; import net.sourceforge.jnlp.annotations.Bug; import net.sourceforge.jnlp.annotations.NeedsDisplay; +import net.sourceforge.jnlp.browsertesting.BrowserTest; +import net.sourceforge.jnlp.browsertesting.Browsers; +import net.sourceforge.jnlp.annotations.TestInBrowsers; import org.junit.Assert; - import org.junit.Test; @Bug(id={"http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-October/016127.html","PR804","PR811"}) -public class SpacesCanBeEverywhereTests { +public class SpacesCanBeEverywhereTests extends BrowserTest { - private static ServerAccess server = new ServerAccess(); @Bug(id="PR811") @Test @@ -104,6 +105,7 @@ public class SpacesCanBeEverywhereTests { @Bug(id="PR811") @Test @NeedsDisplay + @TestInBrowsers(testIn = {Browsers.all}) public void SpacesCanBeEverywhereRemoteAppletTestsHtml2() throws Exception { ServerAccess.ProcessResult pr = server.executeBrowser("/spaces+applet+Tests.html"); String s="Spaces can be everywhere.jsr was launched correctly"; |