Updated Branches: refs/heads/master 950c42e64 -> 55fd4600b
[CB-3489] renamed spec description to give a unique number. before splashscreen.spec.2... now splashscreen.spec.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/55fd4600 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/55fd4600 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/55fd4600 Branch: refs/heads/master Commit: 55fd4600bc2418ebc67a043e9a4d3b76b0119033 Parents: a0c2690 Author: ldeluca <[email protected]> Authored: Mon Jun 17 17:12:46 2013 -0400 Committer: Fil Maj <[email protected]> Committed: Wed Jun 19 18:49:34 2013 -0700 ---------------------------------------------------------------------- autotest/tests/splashscreen.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/55fd4600/autotest/tests/splashscreen.tests.js ---------------------------------------------------------------------- diff --git a/autotest/tests/splashscreen.tests.js b/autotest/tests/splashscreen.tests.js index 107a435..a57cb9f 100644 --- a/autotest/tests/splashscreen.tests.js +++ b/autotest/tests/splashscreen.tests.js @@ -29,7 +29,7 @@ describe('Splashscreen (cordova)', function () { expect(typeof navigator.splashscreen.show).toBe('function'); }); - it("splashscreen.spec.2 exec method should exist", function() { + it("splashscreen.spec.3 exec method should exist", function() { expect(navigator.splashscreen.hide).toBeDefined(); expect(typeof navigator.splashscreen.hide).toBe('function'); });
