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 2013/12/06 00:40:54 UTC

[13/23] git commit: add ubuntu to platform.spec list

add ubuntu to platform.spec list


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

Branch: refs/heads/ubuntu
Commit: 2fb1c8eda59c0d45979140cceb0ef10db8c65098
Parents: 81ce8ed
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Wed Dec 4 04:49:49 2013 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Wed Dec 4 04:49:49 2013 +0400

----------------------------------------------------------------------
 spec/platform.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/2fb1c8ed/spec/platform.spec.js
----------------------------------------------------------------------
diff --git a/spec/platform.spec.js b/spec/platform.spec.js
index 6df69a1..dd86fa5 100644
--- a/spec/platform.spec.js
+++ b/spec/platform.spec.js
@@ -151,7 +151,7 @@ describe('platform command', function() {
 
             it('should list out added platforms in a project', function(done) {
                 cordova.on('results', function(res) {
-                    expect(res).toMatch(/^Installed platforms: ios, android, wp7, wp8, blackberry10, firefoxos, windows8\s*Available platforms:\s*$/);
+                    expect(res).toMatch(/^Installed platforms: ios, android, ubuntu, wp7, wp8, blackberry10, firefoxos, windows8\s*Available platforms:\s*$/);
                     done();
                 });
                 cordova.raw.platform('list');