Преглед изворни кода

changed columnFormat tests to use hardcoded current date

Adam Shaw пре 11 година
родитељ
комит
2a4067e6a5
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      tests/automated/columnFormat.js

+ 3 - 3
tests/automated/columnFormat.js

@@ -14,7 +14,7 @@ describe('columnFormat', function() {
 
         beforeEach(function() {
             $('#cal').fullCalendar({
-                timezone: 'local'
+                defaultDate: '2014-05-11'
             });
         });
 
@@ -39,7 +39,7 @@ describe('columnFormat', function() {
 
         beforeEach(function() {
             $('#cal').fullCalendar({
-                timezone: 'local',
+                defaultDate: '2014-05-11',
                 columnFormat: {
                     month: 'dddd',
                     agendaDay: 'dddd M/D',
@@ -72,7 +72,7 @@ describe('columnFormat', function() {
 
         beforeEach(function() {
             $('#cal').fullCalendar({
-                timezone: 'local',
+                defaultDate: '2014-05-11',
                 lang: 'fr'
             });
         });