Commit graph

378 commits

Author SHA1 Message Date
John Bender
53a8023b14 fixed select tests to click the button instead of calling the select menu method 2011-07-15 15:22:56 -07:00
scottjehl
22b0cae65c added unit tests for the data-prefetch attr 2011-07-15 15:55:27 -04:00
scottjehl
6da7e4a1dc Made loading message configurable at runtime. Fixes #2044. Fixes #1974. Fixes #1947. 2011-07-14 22:46:06 -04:00
John Bender
af3877be43 tests updated to accomodate relative hash references 2011-07-13 16:04:24 -07:00
Ghislain Seguin
584e3070ae Unit tests for issue #1526 2011-07-12 23:32:22 -07:00
scottjehl
2de817d24c fixed some logical errors in these tests. they now pass consistently in Firefox. Still inconsistent in Chrome, though they did pass once in Chrome during testing. Getting closer... 2011-07-10 21:51:08 -04:00
scottjehl
4703fe0d24 Merge branch 'master' of https://github.com/wietsevenema/jquery-mobile into wietsevenema-master 2011-07-10 17:46:51 -04:00
scottjehl
fdde24b51f fixed unit test - menu var wasn't defined. 2011-07-10 17:34:38 -04:00
scottjehl
033ce4ab96 Merge branch 'fix_issue_1851' of https://github.com/tigbro/jquery-mobile into tigbro-fix_issue_1851
Conflicts:
	js/jquery.mobile.forms.checkboxradio.js
2011-07-10 17:17:51 -04:00
scottjehl
47cb8cbeeb fixed test so it passes in Firefox 2011-07-10 17:14:55 -04:00
scottjehl
1036a8398a added unit test to verify previous bugfix. 2011-07-10 16:28:40 -04:00
Wietse Venema
dd2bdcd606 added failing test for inset listview issue with top-corner 2011-06-30 11:11:52 +02:00
John Bender
2fda8f7efc sorted directories to create consistent/readable order of execution 2011-06-29 13:46:05 -07:00
John Bender
5a14398c55 throttledresize event tests use eventSequence 2011-06-29 12:48:09 -07:00
John Bender
8b6e617309 set up eventSequence helper, moved pageSequence to eventSequence(changpage, fns) 2011-06-29 12:41:04 -07:00
John Bender
eb772dfcae click the first item link in the dialog and not all the items in the dialog 2011-06-29 10:43:30 -07:00
Ghislain Seguin
d0ec1ec452 Merge pull request #1660 from gseguin/issue-1470
Fix for #1470
2011-06-28 22:26:00 -07:00
John Bender
a9020282b5 moved select test to page sequnce to fix timing issues 2011-06-27 19:03:30 -07:00
John Bender
9729dc9f15 moved finicky hashchange test to sequence helper to prevent overlap with setting the hash 2011-06-27 12:36:17 -07:00
John Bender
d42658882a fixed init hang 2011-06-27 11:19:52 -07:00
John Bender
56c43d398b white space and title change for the suite runner 2011-06-27 11:19:51 -07:00
Kin Blas
008c5d7458 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-06-27 10:25:34 -07:00
Kin Blas
0d65a0d1c5 - Fixed issue #1923 - url of form is miscalculated
- Added code to calculate whether to choose the documentUrl or the page Url in the case where an action is not specified on a form element.

	- Fixed bug in the navigation "submit" handler where an error was being thrown if "type" was not specified.

	- Fixed typo "diabled" id typos in tests/unit/navigation/index.html.

	- Added tests for form submissions with no action in both base and non-base specified cases.
2011-06-27 10:25:13 -07:00
Tobias Bosch
ec06fc1efd unit tests for #1851 added. 2011-06-27 16:40:31 +02:00
John Bender
807536dd2c clear both timeouts when the tests complete or timeout 2011-06-26 23:29:26 -07:00
John Bender
132e6e510f whitespace in test suite runner 2011-06-26 23:19:38 -07:00
John Bender
37f533f12b fixed double equals lint warning 2011-06-26 23:17:49 -07:00
John Bender
97feeaffc0 moved check to interval, made the directories an ajax call instead of a templated js array, and reorged some bits to clean things up 2011-06-26 23:16:50 -07:00
John Bender
a7045d3bb4 prevent js error by adding a default page for the widget tests 2011-06-26 23:16:03 -07:00
John Bender
ce09bebe20 quick todo for the test runner 2011-06-26 21:20:05 -07:00
John Bender
13c0b1bdd8 whitespace correction for the test runner 2011-06-26 21:18:07 -07:00
John Bender
4409782b00 moved directories to a seperate php file the emits json 2011-06-26 21:17:32 -07:00
John Bender
b016b028f6 corrections in suite timeout code with a clearTimer addition 2011-06-26 19:58:29 -07:00
John Bender
32f5b226d7 fixed relative path issues for the jquery mobile website, and made a small tweak to the qunit css 2011-06-26 15:35:33 -07:00
John Bender
7575f35fa1 remove console log from unit test runner 2011-06-26 12:47:35 -07:00
John Bender
75a4a0795c added a page to run all the tests in a single place, depends on subdirectories representing their tested mobile files 2011-06-26 12:10:11 -07:00
John Bender
345c9e4dbb moved 20ms scroll test to test that it the scrolling is async. 20ms isn't enough time to be reliable 2011-06-26 12:10:11 -07:00
Ghislain Seguin
3b96fa8cd1 Removed param "refresh" sent to .controlgroup since it's not a $.widget 2011-06-24 21:15:56 -07:00
Ghislain Seguin
52a0c10ef4 Readded tests for issue #1929 2011-06-24 21:14:09 -07:00
Ghislain Seguin
6b1343d946 Added test to catch previous breakage caused by buttons having class 'ui-btn-corner-all' 2011-06-24 20:49:16 -07:00
Ghislain Seguin
66aed02180 Disabled tests for issue #1929 until I find a better fix for it 2011-06-24 20:13:12 -07:00
Ghislain Seguin
e0042cf58d Added unit tests for controlgroup 2011-06-24 16:13:41 -07:00
Ghislain Seguin
9cf884eabb Coding standards 2011-06-24 12:40:01 -04:00
Ghislain Seguin
7a14f2ef15 Fixed checkbox/radio unit tests to match new active classes 2011-06-24 12:40:01 -04:00
Scott Jehl
e8a973f46a Merge pull request #1710 from gseguin/issue-1338
Issue 1338
2011-06-24 09:16:01 -07:00
scottjehl
5b147580e6 Merge branch 'issue-1338' of https://github.com/gseguin/jquery-mobile into gseguin-issue-1338 2011-06-24 12:12:33 -04:00
Kin Blas
53d375cd0a Unit test for issue #1913 - unnecessary ajax call and duplicate DOM nodes when refreshing a page with a dialog visible. 2011-06-23 16:41:26 -07:00
John Bender
68a354ed07 make sure the stack is clear before the run continues 2011-06-21 13:12:27 -07:00
scottjehl
a94f62a6e7 Merge remote branch 'origin/master' 2011-06-21 11:34:10 -04:00
scottjehl
ffdfa4e7c2 moved page load event bindings to a post-mobileinit callback so that the useFastClick option can be set before it is used. Unit test included. Fixes #1869 2011-06-21 11:33:38 -04:00