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/05/05 17:06:56 UTC

[35/37] git commit: update

update


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/cf24b28c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/cf24b28c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/cf24b28c

Branch: refs/heads/cdvtest
Commit: cf24b28c0baba0d599a0cb1f89ab1b83f49113d5
Parents: a3836e4
Author: Michal Mocny <mm...@gmail.com>
Authored: Tue Oct 29 10:55:37 2013 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Thu Apr 24 15:54:11 2014 -0400

----------------------------------------------------------------------
 test/tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/cf24b28c/test/tests.js
----------------------------------------------------------------------
diff --git a/test/tests.js b/test/tests.js
index 34c0944..da398f1 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -1,5 +1,5 @@
 exports.init = function() {
-  eval(require('org.apache.cordova.test.test').injectJasmineInterface(this, 'this'));
+  eval(require('org.apache.cordova.test-framework.test').injectJasmineInterface(this, 'this'));
 
   describe('Device Information (window.device)', function () {
     it("should exist", function() {