Updated Branches: refs/heads/master 5c9d4ee77 -> 5f65528c0
CB-5307: Remove references to Callback and Incubator Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/5f65528c Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/5f65528c Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/5f65528c Branch: refs/heads/master Commit: 5f65528c06e934f9215b6dc6af56fc37ea5496e8 Parents: 5c9d4ee Author: Josh Soref <[email protected]> Authored: Thu Nov 7 02:48:48 2013 -0500 Committer: Marcel Kinard <[email protected]> Committed: Thu Nov 7 09:10:22 2013 -0500 ---------------------------------------------------------------------- spec/config_parser.spec.js | 4 ++-- spec/fixtures/templates/no_content_config.xml | 2 +- templates/config.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/5f65528c/spec/config_parser.spec.js ---------------------------------------------------------------------- diff --git a/spec/config_parser.spec.js b/spec/config_parser.spec.js index 1bd449b..d232cd8 100644 --- a/spec/config_parser.spec.js +++ b/spec/config_parser.spec.js @@ -95,7 +95,7 @@ describe('config.xml parser', function () { expect(testElements.length).toEqual(1); expect(testElements[0].attrib.testAttrib).toEqual("value"); expect(testElements[0].attrib.href).toEqual("http://cordova.io"); - expect(testElements[0].attrib.email).toEqual("[email protected]"); + expect(testElements[0].attrib.email).toEqual("[email protected]"); expect(testElements[0].text).toContain("Apache Cordova Team"); }); @@ -109,7 +109,7 @@ describe('config.xml parser', function () { expect(testElements.length).toEqual(1); expect(testElements[0].attrib.testAttrib).toEqual("value"); expect(testElements[0].attrib.href).toEqual("http://www.nowhere.com"); - expect(testElements[0].attrib.email).toEqual("[email protected]"); + expect(testElements[0].attrib.email).toEqual("[email protected]"); expect(testElements[0].text).toEqual("SUPER_AUTHOR"); }); http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/5f65528c/spec/fixtures/templates/no_content_config.xml ---------------------------------------------------------------------- diff --git a/spec/fixtures/templates/no_content_config.xml b/spec/fixtures/templates/no_content_config.xml index a66b224..7c4ef3d 100644 --- a/spec/fixtures/templates/no_content_config.xml +++ b/spec/fixtures/templates/no_content_config.xml @@ -9,7 +9,7 @@ A sample Apache Cordova application that responds to the deviceready event. </description> - <author href="http://cordova.io" email="[email protected]"> + <author href="http://cordova.io" email="[email protected]"> Apache Cordova Team </author> http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/5f65528c/templates/config.xml ---------------------------------------------------------------------- diff --git a/templates/config.xml b/templates/config.xml index 276aae9..7e206d6 100644 --- a/templates/config.xml +++ b/templates/config.xml @@ -9,7 +9,7 @@ A sample Apache Cordova application that responds to the deviceready event. </description> - <author href="http://cordova.io" email="[email protected]"> + <author href="http://cordova.io" email="[email protected]"> Apache Cordova Team </author>
