Commit graph

243 commits

Author SHA1 Message Date
Kin Blas
9e40d14b28 Fixing unit test bustage. The fastclick branch landed so these tests need to be updated to fire off "click" versus "touchend" or "mouesup". 2011-03-29 09:32:10 -07:00
John Bender
7b4842eabc test for dialogs within dialogs 2011-03-28 00:41:33 -07:00
scottjehl
d66cd439f0 removed a console log 2011-03-27 12:46:51 -04:00
scottjehl
450099213b fixed up the unit test for fieldcontain with namespacing and similar JS links in head. 2011-03-27 12:01:36 -04:00
BradBroulik
1f5259a7ee Added code coverage for fieldcontain module. 2011-03-27 23:54:24 +08:00
John Bender
73a39ab7ec fixed poorly chosen selector in test and moved generated anchor markup into hidden page 2011-03-27 02:07:31 -04:00
scottjehl
fd5b3210e4 used :hidden selector instead 2011-03-27 00:48:30 -04:00
scottjehl
0780e40a69 straightened out some failing tests so they match the new markup conventions 2011-03-26 23:47:14 -04:00
scottjehl
a496bc3bb7 used data-rel to find back buttons 2011-03-26 22:34:36 -04:00
scottjehl
bed18f1bc9 updated to latest, adjusted first test to click the anchor 2011-03-26 22:33:33 -04:00
scottjehl
de21e9e628 trigger click on the link instead 2011-03-26 21:31:14 -04:00
John Bender
6965d4d24c removed console from test helper 2011-03-26 17:29:58 -07:00
John Bender
c3854fe8ca added simple helper to rerun qunit tests 2011-03-26 17:27:33 -07:00
scottjehl
b950f1c319 changed to just call dialog close method 2011-03-26 15:01:25 -04:00
scottjehl
e8cee23744 major simplification of jqmData method, while adding new methods for jqmRemoveData, and also their $-namepaced utility methods, including $.jqmHasData. Commit includes 20 new unit tests included to test compatibility with jQuery core's data methods, and docs are updated as well. 2011-03-26 14:14:02 -04:00
scottjehl
963840a3b0 moved some selectors over to :jqmData() 2011-03-26 10:18:32 -04:00
John Bender
caedd81cfd give swipe event triggers a 100ms buffer to allow for async sequences 2011-03-26 00:48:41 -07:00
John Bender
c7ed33cfeb increase swipe check timout to allow for test browser speed 2011-03-25 23:59:57 -07:00
John Bender
62a8a4039a stabilized event tests a bit more 2011-03-25 23:45:22 -07:00
John Bender
bf5d09cf9c small fixs for linux chrome tests 2011-03-25 22:55:25 -07:00
John Bender
14f43ace9b fix for select tests after default to native 2011-03-25 21:37:45 -07:00
John Bender
0ed68525ed fixed array comparison tests to test single element 2011-03-25 18:40:55 -07:00
John Bender
143fd264d2 fixed mobile init bind firing in another test 2011-03-25 18:27:35 -07:00
scottjehl
497344c618 used mobile.ns in the test 2011-03-25 18:21:10 -04:00
scottjehl
7503f62a10 changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
John Bender
7d3642f3ab fixed init tests for ie 2011-03-24 09:46:13 -07:00
John Bender
018609fa32 removed mass of duplication from core of functionality that was moved to init, fixed init tests 2011-03-22 00:26:24 -07:00
John Bender
7df9e245f4 test namespace additions and type fix for core 2011-03-21 23:36:32 -07:00
John Bender
e236484559 fixed checkbox radio refresh selector 2011-03-21 23:17:46 -07:00
John Bender
2d56e5c2fb whitespace in event_core tests 2011-03-21 01:40:31 -07:00
John Bender
5d75e3dfa7 fixed event tests 2011-03-21 01:27:50 -07:00
John Bender
e1098e06de fixed widget tests by including the library as a whole 2011-03-19 23:14:46 -07:00
John Bender
ff23f63881 moved the widget tests back under an immediate function 2011-03-19 23:12:55 -07:00
John Bender
3316e559b3 fixed order dependent tests in listview 2011-03-19 22:44:35 -07:00
John Bender
45183c186c fixed listview tests, refactor still necessary for the last test selectors 2011-03-19 22:29:53 -07:00
John Bender
4fca8e6d21 removed console 2011-03-17 00:15:29 -07:00
John Bender
2202b0d76c fixed some listview tests, still some that are hanging on complex selectors 2011-03-17 00:14:32 -07:00
John Bender
fe754ed298 fixed first three tests to be independent of order 2011-03-16 23:00:02 -07:00
John Bender
4959548698 fixed init core tests to represent init functionality 2011-03-16 22:31:22 -07:00
John Bender
5349e5876b fixed some failing listview tests 2011-03-16 00:07:26 -07:00
John Bender
4126fbd29b fixed last failing tests after merge in init tests 2011-03-15 23:58:22 -07:00
John Bender
63e8f6bfcb resolved merge conflicts and fixed 2 tests 2011-03-15 23:57:17 -07:00
John Bender
b56626fba1 added type attribute regex tests for the different ways that browsers serialize html 2011-03-14 23:50:20 -07:00
John Bender
cd654a4eae moved page unit tests back under anon function 2011-03-14 23:50:20 -07:00
ray58750034
a4dc5888d0 add gridlayout test 2011-03-15 07:27:11 +08:00
John Bender
8943287c75 Revert "fixed failing slider tests in firefox by adding data-type to type=range inputs"
This reverts commit 6ca79aceb4.
2011-03-14 08:22:44 -07:00
John Bender
6ca79aceb4 fixed failing slider tests in firefox by adding data-type to type=range inputs 2011-03-13 23:40:03 -07:00
John Bender
c629e34e74 fix for broken init test and some whitespace 2011-03-13 23:09:32 -07:00
scottjehl
fc0cd38c4e improved test for meta injects 2011-03-14 00:20:26 -04:00
scottjehl
f69c98caf0 gradeA adjusted to IE7 and up rather than 6 and up ( this still includes Windows Phone 7). Unit test adjusted to match 2011-03-14 00:20:26 -04:00