From: Robert Allen Date: Thu, 24 Oct 2013 18:45:49 +0000 (+0100) Subject: Update and rename cy-gb.js to cy.js X-Git-Tag: 2.4.0~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1215%2Fhead;p=thirdparty%2Fmoment.git Update and rename cy-gb.js to cy.js --- diff --git a/test/lang/cy-gb.js b/test/lang/cy.js similarity index 99% rename from test/lang/cy-gb.js rename to test/lang/cy.js index fd7b21070..bf7a421c9 100644 --- a/test/lang/cy-gb.js +++ b/test/lang/cy.js @@ -5,9 +5,9 @@ var moment = require("../../moment"); Welsh *************************************************/ -exports["lang:cy-gb"] = { +exports["lang:cy"] = { setUp : function (cb) { - moment.lang('cy-gb'); + moment.lang('cy'); cb(); }, @@ -354,7 +354,7 @@ exports["lang:cy-gb"] = { "returns the name of the language" : function (test) { if (typeof module !== 'undefined' && module.exports) { - test.equal(require('../../lang/cy-gb'), 'cy-gb', "module should export cy-gb"); + test.equal(require('../../lang/cy'), 'cy', "module should export cy"); } test.done();