You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:51:59 UTC

[15/50] [abbrv] brooklyn-ui git commit: remove unnecessary FIREFOX_3 configuration in jsgui pom

remove unnecessary FIREFOX_3 configuration in jsgui pom


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/063b3425
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/063b3425
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/063b3425

Branch: refs/heads/0.6.0
Commit: 063b3425a2e2f60eadaeb6b4717ad1ba9ab8e46e
Parents: 7221db0
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Sep 16 12:11:50 2013 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Sep 16 12:11:50 2013 +0100

----------------------------------------------------------------------
 usage/jsgui/pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/063b3425/usage/jsgui/pom.xml
----------------------------------------------------------------------
diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml
index 21a6e1f..bec88a9 100644
--- a/usage/jsgui/pom.xml
+++ b/usage/jsgui/pom.xml
@@ -117,13 +117,6 @@
                     </execution>
                 </executions>
                 <configuration>
-<!-- Tests simulate Firefox 3 - does not seem supported on latest jasmine
-                    <browserVersion>FIREFOX_3</browserVersion>
-                    <junitXmlReportFileName>TEST-FIREFOX_3-jasmine.xml</junitXmlReportFileName>
-                    <manualSpecRunnerHtmlFileName>FIREFOX_3-ManualSpecRunner.html</manualSpecRunnerHtmlFileName>
-                    <specRunnerHtmlFileName>FIREFOX_3-SpecRunner.html</specRunnerHtmlFileName>
--->
-
                     <!--Uses the require.js test spec-->
                     <specRunnerTemplate>REQUIRE_JS</specRunnerTemplate>
                     <scriptLoaderPath>js/libs/require.js</scriptLoaderPath>