You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/06/08 00:31:30 UTC

cordova-lib git commit: removed tests that were added by mistake

Repository: cordova-lib
Updated Branches:
  refs/heads/master e4b317beb -> d28eed638


removed tests that were added by mistake


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

Branch: refs/heads/master
Commit: d28eed638544ed7a52b77dedaef077a0ac450cb5
Parents: e4b317b
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jun 7 17:31:34 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jun 7 17:31:34 2016 -0700

----------------------------------------------------------------------
 cordova-lib/spec-cordova/create.spec.js | 31 ----------------------------
 1 file changed, 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/d28eed63/cordova-lib/spec-cordova/create.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-cordova/create.spec.js b/cordova-lib/spec-cordova/create.spec.js
index f4a8bdf..dd1ffa2 100644
--- a/cordova-lib/spec-cordova/create.spec.js
+++ b/cordova-lib/spec-cordova/create.spec.js
@@ -190,37 +190,6 @@ describe('create end-to-end', function() {
             })
             .fin(done);
     });
-    /*
-    it('should successfully run with Git URL --fetch', function(done) {
-        // Call cordova create with no args, should return help.
-        Q()
-            .then(function() {
-                // Create a real project
-                return cordova.raw.create(project, appId, appName, configGit, true);
-            })
-            .then(checkProject)
-            .fail(function(err) {
-                console.log(err && err.stack);
-                expect(err).toBeUndefined();
-            })
-            .fin(done);
-    }, 60000);
-    */
-
-    it('should successfully run with NPM package --fetch', function(done) {
-        // Call cordova create with no args, should return help.
-        Q()
-            .then(function() {
-                // Create a real project
-                return cordova.raw.create(project, appId, appName, configNPM, true);
-            })
-            .then(checkProject)
-            .fail(function(err) {
-                console.log(err && err.stack);
-                expect(err).toBeUndefined();
-            })
-            .fin(done);
-    });
     
     it('should successfully run with template not having a package.json at toplevel', function(done) {
         // Call cordova create with no args, should return help.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org