You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/04/18 23:49:52 UTC

[2/37] spec commit: merging in jasmine

merging in jasmine


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

Branch: refs/heads/master
Commit: 19f30b6405d980b7c7ca43338b3f07cd13cfc92f
Parents: 7125e72 8d7e897
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Apr 18 14:38:48 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Apr 18 14:38:48 2012 -0700

----------------------------------------------------------------------
 autotest/html/HtmlReporter.js         |  101 +
 autotest/html/HtmlReporterHelpers.js  |   60 +
 autotest/html/ReporterView.js         |  164 +
 autotest/html/SpecView.js             |   79 +
 autotest/html/SuiteView.js            |   22 +
 autotest/html/TrivialReporter.js      |  192 +
 autotest/jasmine.css                  |   81 +
 autotest/jasmine.js                   | 2530 ++++++++++++
 autotest/pages/accelerometer.html     |   91 +-
 autotest/pages/all.html               |  122 +-
 autotest/pages/battery.html           |   89 +-
 autotest/pages/camera.html            |   91 +-
 autotest/pages/capture.html           |   92 +-
 autotest/pages/compass.html           |   92 +-
 autotest/pages/contacts.html          |   92 +-
 autotest/pages/device.html            |   92 +-
 autotest/pages/file.html              |  109 +-
 autotest/pages/geolocation.html       |   92 +-
 autotest/pages/media.html             |   92 +-
 autotest/pages/network.html           |   92 +-
 autotest/pages/notification.html      |   92 +-
 autotest/pages/platform.html          |   92 +-
 autotest/pages/storage.html           |   92 +-
 autotest/qunit.css                    |  215 -
 autotest/qunit.js                     | 1434 -------
 autotest/test-runner.js               |    4 +-
 autotest/tests/accelerometer.tests.js |  103 +-
 autotest/tests/battery.tests.js       |   10 +-
 autotest/tests/camera.tests.js        |   91 +-
 autotest/tests/capture.tests.js       |  158 +-
 autotest/tests/compass.tests.js       |  140 +-
 autotest/tests/contacts.tests.js      |  768 ++--
 autotest/tests/device.tests.js        |   52 +-
 autotest/tests/file.tests.js          | 6185 +++++++++++++++-------------
 autotest/tests/geolocation.tests.js   |  174 +-
 autotest/tests/media.tests.js         |  214 +-
 autotest/tests/network.tests.js       |   47 +-
 autotest/tests/notification.tests.js  |   34 +-
 autotest/tests/orientation.tests.js   |   34 -
 autotest/tests/platform.tests.js      |   64 +-
 autotest/tests/storage.tests.js       |  343 +-
 autotest/tests/system.tests.js        |  261 --
 misc/index.html                       |    6 +
 misc/page2.html                       |    4 +
 44 files changed, 8360 insertions(+), 6632 deletions(-)
----------------------------------------------------------------------