From: David Simons <12e.david@gmail.com> Date: Sun, 6 Dec 2015 12:55:54 +0000 (+0700) Subject: Remove northern hemisphere dependent tests X-Git-Tag: 2.11.0~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89134c04f6d1a7141f4639fccd067f6f2f10f53f;p=thirdparty%2Fmoment.git Remove northern hemisphere dependent tests --- diff --git a/src/test/moment/create.js b/src/test/moment/create.js index 4f2bbc63c..9c58d7e6f 100644 --- a/src/test/moment/create.js +++ b/src/test/moment/create.js @@ -434,7 +434,6 @@ test('parsing iso', function (assert) { minute = pad(4 + minOffset), formats = [ - ['2011-10', '2011-10-01T00:00:00.000' + tz], ['2011-10-08', '2011-10-08T00:00:00.000' + tz], ['2011-10-08T18', '2011-10-08T18:00:00.000' + tz], ['2011-10-08T18:04', '2011-10-08T18:04:00.000' + tz],