]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Remove northern hemisphere dependent tests
authorDavid Simons <12e.david@gmail.com>
Sun, 6 Dec 2015 12:55:54 +0000 (19:55 +0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 9 Dec 2015 08:34:38 +0000 (00:34 -0800)
src/test/moment/create.js

index 4f2bbc63c972b8eb686ae93fc1f45a6f6f337aaf..9c58d7e6f7da26816314777614ea88816f8a622f 100644 (file)
@@ -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],