You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/09/16 16:55:30 UTC

cordova-lib git commit: CB-9588 Fixes failing tests from d146af3c

Repository: cordova-lib
Updated Branches:
  refs/heads/master d146af3c5 -> 1908bbf63


CB-9588 Fixes failing tests from d146af3c


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

Branch: refs/heads/master
Commit: 1908bbf63c104fc9be79777acb28de6dfbb4c7a2
Parents: d146af3
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Wed Sep 16 17:55:10 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Sep 16 17:55:10 2015 +0300

----------------------------------------------------------------------
 cordova-lib/spec-plugman/platforms/windows.spec.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/1908bbf6/cordova-lib/spec-plugman/platforms/windows.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-plugman/platforms/windows.spec.js b/cordova-lib/spec-plugman/platforms/windows.spec.js
index 785f5b3..cf8c32b 100644
--- a/cordova-lib/spec-plugman/platforms/windows.spec.js
+++ b/cordova-lib/spec-plugman/platforms/windows.spec.js
@@ -250,7 +250,7 @@ beforeEach(function () {
 
                     expect(function () {
                         windows['resource-file'].install(invalidResourceFiles[1], faultyplugin, cordovaProjectWindowsPlatformDir, faulty_id, null, proj_files);
-                    }).toThrow('Invalid versions attribute (must be a valid a valid node semantic version range): 8.0a');
+                    }).toThrow('Invalid versions attribute (must be a valid semantic version range): 8.0a');
 
                     expect(function () {
                         windows['resource-file'].install(invalidResourceFiles[2], faultyplugin, cordovaProjectWindowsPlatformDir, faulty_id, null, proj_files);
@@ -285,7 +285,7 @@ beforeEach(function () {
 
                     expect(function () {
                         windows['lib-file'].install(invalidLibFiles[1], faultyplugin, cordovaProjectWindowsPlatformDir, faulty_id, null, proj_files);
-                    }).toThrow('Invalid versions attribute (must be a valid a valid node semantic version range): 8.0a');
+                    }).toThrow('Invalid versions attribute (must be a valid semantic version range): 8.0a');
 
                     expect(function () {
                         windows['lib-file'].install(invalidLibFiles[2], faultyplugin, cordovaProjectWindowsPlatformDir, faulty_id, null, proj_files);


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