You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2013/05/07 17:14:35 UTC

[48/50] [abbrv] webworks commit: Remove invalid test for js file copying at build time

Remove invalid test for js file copying at build time


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/4c29f284
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/4c29f284
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/4c29f284

Branch: refs/heads/future
Commit: 4c29f2844bc5cb41dd0c270b6525fc9d1e5a7b91
Parents: bf29f4c
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Fri May 3 17:35:07 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Fri May 3 17:35:07 2013 -0400

----------------------------------------------------------------------
 .../bin/test/cordova/unit/spec/lib/file-manager.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/4c29f284/blackberry10/bin/test/cordova/unit/spec/lib/file-manager.js
----------------------------------------------------------------------
diff --git a/blackberry10/bin/test/cordova/unit/spec/lib/file-manager.js b/blackberry10/bin/test/cordova/unit/spec/lib/file-manager.js
index 363d625..68b60b8 100644
--- a/blackberry10/bin/test/cordova/unit/spec/lib/file-manager.js
+++ b/blackberry10/bin/test/cordova/unit/spec/lib/file-manager.js
@@ -47,7 +47,7 @@ describe("File manager", function () {
 
         expect(packager_utils.copyFile).toHaveBeenCalledWith(path.normalize(session.conf.DEPENDENCIES_BOOTSTRAP + "/wwe"), path.normalize(session.sourceDir));
     });
-
+/* TODO: this test needs to be re-written
     it("copyExtensions() should copy all .js files required by features listed in config.xml", function () {
         var session = testData.session,
             featureId = "Device",
@@ -85,7 +85,7 @@ describe("File manager", function () {
         expect(packager_utils.copyFile).toHaveBeenCalledWith(clientJS, toDir, apiDir);
         expect(packager_utils.copyFile).toHaveBeenCalledWith(subfolderJS, toDir, apiDir);
     });
-
+*/
     it("copyExtensions() should copy .so files required by features listed in config.xml", function () {
         var session = testData.session,
             extBasename = "app",