]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fixed message in a test
authorAlexander Karelas <alex.karelas@gmail.com>
Thu, 24 Apr 2014 14:39:53 +0000 (14:39 +0000)
committerAlexander Karelas <alex.karelas@gmail.com>
Thu, 24 Apr 2014 14:39:53 +0000 (14:39 +0000)
test/lang/el.js

index 8bfad0931a4c4315d126018f4fcae2a7c5490a46..79276066446dfdb03f2b9fc8cc5b8c170ca7d810 100644 (file)
@@ -252,7 +252,7 @@ exports["lang:el"] = {
             var dayString = m.day() == 6 ? '[το προηγούμενο Σάββατο]' : '[την προηγούμενη] dddd';
             test.equal(m.calendar(),       m.format(dayString + ' [' + (m.hours() % 12 === 1 ? 'στη' : 'στις') + '] LT'),  "Today - " + i + " days current time");
             m.hours(1).minutes(30).seconds(0).milliseconds(0);
-            test.equal(m.calendar(),       m.format(dayString + ' [στη] LT'),  "Today - " + i + " days beginning of day");
+            test.equal(m.calendar(),       m.format(dayString + ' [στη] LT'),  "Today - " + i + " days one o clock");
             m.hours(0).minutes(0).seconds(0).milliseconds(0);
             test.equal(m.calendar(),       m.format(dayString + ' [στις] LT'),  "Today - " + i + " days beginning of day");
             m.hours(23).minutes(59).seconds(59).milliseconds(999);