Commit Graph
270 Commits
Author SHA1 Message Date
Adam Shaw e5a92cc20c make theming manual test better 2014-08-25 20:44:22 -07:00
Adam Shaw 15fc899f05 fixes to make the latest automated tests work in the IEs 2014-08-25 17:50:33 -07:00
Adam Shaw 956f26adde more lenient for height option in FF, quirk 2014-08-25 16:18:50 -07:00
Adam Shaw 4116e0a773 automated tests for issue 1297 2014-08-25 14:58:37 -07:00
Adam Shaw 4d3a372ac3 tests for fc-moment isSame 2014-08-25 14:31:38 -07:00
Adam Shaw ec4d469057 make bootstrap available in manual tests 2014-08-25 01:49:53 -07:00
Adam Shaw 16b3c4f871 prevent massive memory leaks when automated tests run 2014-08-24 20:03:49 -07:00
Adam Shaw ea95db29f4 automated tests for fixedWeekCount 2014-08-24 19:38:50 -07:00
Adam Shaw bed9f94d66 better tests for height/contentHeight. considers "auto" 2014-08-24 19:22:39 -07:00
Adam Shaw 4ee02bdbe5 fix some code style errors in automated tests 2014-08-23 19:09:37 -07:00
Adam Shaw 0112c695e4 tests for agenda event time rendering. issue 2172 2014-08-23 18:59:05 -07:00
Adam Shaw f2001c471c test for issue 2254 2014-08-23 18:58:21 -07:00
Adam Shaw b985235098 some additional automated test utilities 2014-08-23 18:12:36 -07:00
Adam Shaw aec778518e test for agenda axis on correct side. issue 2132 2014-08-23 18:11:58 -07:00
Adam Shaw 5c1aea8f3f tests for issue 714 2014-08-23 17:47:49 -07:00
Adam Shaw e403c6793e test for selectHelper going through eventRender, issue 629 2014-08-23 17:36:10 -07:00
Adam Shaw 7db38c9cab test for events staying consistent order across weeks. issue 510 2014-08-23 17:25:54 -07:00
Adam Shaw a2b05cc677 test for selecting in timegrid across days. issue 778 2014-08-23 17:04:42 -07:00
Adam Shaw 8fca11085f test for resizing to a different day. issue 736 2014-08-23 17:01:42 -07:00
Adam Shaw 204acaec27 add tests for issue 2226 2014-08-23 16:40:33 -07:00
Adam Shaw 81471b757d tests for issue 2225 2014-08-23 16:36:15 -07:00
Adam Shaw 5296dbde61 test for issue 2217 2014-08-23 16:23:35 -07:00
Adam Shaw ec20ef34b0 tests for issue 2017 2014-08-23 16:18:43 -07:00
Adam Shaw 1e6dd460ba tests for issue 2240 2014-08-23 15:54:56 -07:00
Adam Shaw 54cab0af6f make eventLimit popover tests work in phantomjs 2014-08-22 19:27:31 -07:00
Adam Shaw 4f0737fe7d tests for all things eventLimit related 2014-08-22 18:31:21 -07:00
Adam Shaw 03f230526e make dnd tests work with autoscroll 2014-08-22 18:30:47 -07:00
Adam Shaw 67e2d45cf5 moment-2.8 compatibility, automated tests (2.1), .add() calls 2014-08-06 18:09:24 -07:00
Adam Shaw c04bbba6d6 Merge branch 'master' into skeleton
Conflicts:
	src/agenda/AgendaDayView.js
	src/agenda/AgendaEventRenderer.js
	src/agenda/AgendaView.js
	src/agenda/AgendaWeekView.js
	src/basic/BasicDayView.js
	src/basic/BasicView.js
	src/basic/BasicWeekView.js
	src/basic/MonthView.js
	src/common/DayEventRenderer.js
	src/common/SelectionManager.js
2014-08-06 18:08:15 -07:00
Adam Shaw b2201620a9 moment-2.8 compatibility, automated tests, suppress warnings 2014-08-06 17:32:33 -07:00
Adam Shaw 564ce15882 moment-2.8 compatibility, automated tests, LL formatting change 2014-08-06 17:32:23 -07:00
Adam Shaw 0fa47ad2b7 make all of the newer automated tests pass the linter 2014-08-02 16:27:56 -07:00
Adam Shaw 1be3356425 remove jquery-ui references from demos and manual tests 2014-07-23 13:16:47 -07:00
Adam Shaw 14b59f9c1b make the many_events tests work again 2014-07-23 13:16:47 -07:00
Adam Shaw f0bdab23ce update tests for new HTML/CSS skeleton refactor 2014-07-23 13:16:38 -07:00
Adam Shaw e8fc270790 automated tests for removeEvents & addEventSource methods 2014-06-24 22:07:20 -07:00
Adam Shaw f311e3fc74 adjust tests to work in any browser size. more IE8 notes 2014-06-14 12:40:51 -07:00
Adam Shaw d663c46afe jasmine-jquery helpers: toEqualDuration and better messaging 2014-06-13 16:53:35 -07:00
Adam Shaw 29cbeb55e4 fix bug where setting FCMoment time with a Moment 2014-06-13 16:53:27 -07:00
Adam Shaw 6153ac285e dont mistake a jqui resize event for a window resize event 2014-06-13 15:03:23 -07:00
Adam Shaw 7cbac28270 prove issue 595 is fixed 2014-06-13 14:38:00 -07:00
Adam Shaw 1d17e1a5ae when weekMode is variable/liquid, dont display weeks with no visible days 2014-06-13 14:29:31 -07:00
Adam Shaw 44aabdb390 automated test template file to help get a test started 2014-06-13 13:00:48 -07:00
Adam Shaw 7e1dac7782 tests for displayEventEnd, as well as affected dnd/resize tests 2014-06-13 12:59:40 -07:00
Adam Shaw ee3715c173 hack to give jquery-simulate drag-n-drop a default interpolation 2014-06-13 12:57:12 -07:00
Adam Shaw 26e4610ff9 dont modify passed-in eventSource items 2014-06-12 19:33:37 -07:00
Adam Shaw b489efa8e8 new plain manual test template 2014-06-11 23:21:03 -07:00
Adam Shaw 037506a023 improve event dnd/resize tests by type-checking for all arguments 2014-06-11 23:01:17 -07:00
Adam Shaw 957635adfc manual test for proving issue 2048 is fixed 2014-06-11 16:36:04 -07:00
Adam Shaw e5013d5631 tests for eventDrop/eventResize 2014-06-11 16:15:18 -07:00