You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/07/10 17:54:25 UTC

spec commit: Adding new-style test to mobile-spec

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master d84f0a56b -> 103872183


Adding new-style test to mobile-spec


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/10387218
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/10387218
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/10387218

Branch: refs/heads/master
Commit: 10387218380c0bcedf19ed70a59463973fd2db9b
Parents: d84f0a5
Author: Michal Mocny <mm...@gmail.com>
Authored: Thu Jul 10 11:54:18 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Thu Jul 10 11:54:18 2014 -0400

----------------------------------------------------------------------
 dependencies-plugin/plugin.xml | 1 +
 www/index.html                 | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/10387218/dependencies-plugin/plugin.xml
----------------------------------------------------------------------
diff --git a/dependencies-plugin/plugin.xml b/dependencies-plugin/plugin.xml
index a623dfb..b3d893d 100644
--- a/dependencies-plugin/plugin.xml
+++ b/dependencies-plugin/plugin.xml
@@ -45,6 +45,7 @@
   <dependency id="org.apache.cordova.network-information"/>
   <dependency id="org.apache.cordova.splashscreen"/>
   <dependency id="org.apache.cordova.vibration"/>
+  <dependency id="org.apache.cordova.test-framework"/>
   <dependency id="org.apache.cordova.test.whitelist" url="." subdir="cordova-plugin-whitelist" />
   <dependency id="org.apache.cordova.test.echo" url="." subdir="cordova-plugin-echo" />
 </plugin>

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/10387218/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 86b1173..db41df9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -43,6 +43,7 @@
                    </span>, Color Depth: <span id="colorDepth"></span></h4>
         <h4>User-Agent: <span id="user-agent"> </span></h4>
      </div>
+    <a href="cdvtests/index.html" class="btn large">New-Style Tests</a>
     <a href="autotest/index.html" class="btn large">Automatic Test</a>
     <a href="accelerometer/index.html" class="btn large">Accelerometer</a>
     <a href="audio/index.html" class="btn large">Audio Play/Record</a>