Commit graph

445 commits

Author SHA1 Message Date
John Bender
d3a1acdca8 small fix to capture failures properly in test suite runner 2011-08-18 23:33:16 -07:00
gseguin
e39a320214 Added unit tests for issue #1405 2011-08-17 18:15:57 -07:00
John Bender
a8aa78d331 remove json_encode for those who aren't able to upgrade their version of php for god knows what reason ;) 2011-08-17 15:40:18 -07:00
gseguin
3737d170a0 Merge remote-tracking branch 'upstream/master' 2011-08-17 13:29:07 -07:00
gseguin
14bb9921be Reduced number of tests for "Top and bottom corners rounded in inset list" but added more meaningful tests 2011-08-17 12:10:18 -07:00
Samuel Padou
9da8114fca add test for domCache option handling when closing a full page select menu 2011-08-16 13:55:02 +02:00
John Bender
3d14498fe1 moved select caching tests out to a seperate test file to prevent issues in the core test suite 2011-08-15 13:00:01 -07:00
John Bender
907cf655b3 fixed navigation base tests to handle the relative internal page issue by using the click hack, per @jblas 2011-08-15 12:46:09 -07:00
John Bender
b0c20e9d2a whitespace 2011-08-15 12:45:31 -07:00
John Bender
5b4a29e643 added **/*-tests.html glob convention to the test suite runner to make it easier to include seperate files in the suite 2011-08-15 12:09:56 -07:00
John Bender
5c40e69c3a moved the relative path changing tests to the bottom of the core file, this is not a solution only a temporary fix. moving the relative path changing tests to another test file will most likely be the next move 2011-08-15 11:45:47 -07:00
John Bender
a197e17500 cleaned up test suite index html, added reporting for failed and successfull tests at the suite level 2011-08-13 00:50:16 -07:00
John Bender
c5c89344ad prevent qunit from running the suite until all the tests are defined 2011-08-12 14:41:45 -07:00
John Bender
781c2430f5 minor whitespace in test runner 2011-08-12 09:56:54 -07:00
John Bender
1fd9af8e36 minor refactor to test suite runner, and js moved to head 2011-08-11 22:55:27 -07:00
John Bender
fb0f6baf24 refactor of test suite runner, added passed/failed counts to suite results 2011-08-11 22:34:09 -07:00
gseguin
eb1ff373cb Added a few tests for corners on inset lists 2011-08-11 16:23:15 -07:00
gseguin
be3bd42f8a Use $.testHelper.sequence instead of nested setTimeouts 2011-08-10 23:34:31 -07:00
gseguin
418bb8786a Fix for issue #1450: added refreshCorners method to listview widget 2011-08-10 23:15:38 -07:00
gseguin
97b7c20e78 Merge remote-tracking branch 'upstream/master' 2011-08-10 23:08:56 -07:00
gseguin
fe6f406a10 Moved away from setTimeout in favor of $.testHelper.pageSequence 2011-08-10 18:28:24 -07:00
John Bender
cba80d9fff Merge pull request #1393 from ray58750034/31d4
Update functional tests: bind click event to objects
2011-08-10 17:45:54 -07:00
John Bender
f352f05cc9 core style guide 2011-08-10 17:10:31 -07:00
John Bender
c41c65a1cf quote consistency 2011-08-10 17:07:34 -07:00
John Bender
6ebaf991a8 moved dialog test to pageSequence helper, and small cleanup 2011-08-10 17:06:56 -07:00
John Bender
cdae2c2fdf Merge branch 'master' of https://github.com/BradBroulik/jquery-mobile into BradBroulik-master 2011-08-10 17:03:10 -07:00
John Bender
73953915c0 merge fix for select 2011-08-10 14:21:49 -07:00
John Bender
55b5a60b1c linting issues 2011-08-10 13:56:52 -07:00
John Bender
aad1146a65 added tests to verify that custom menu items are highlighted when they are selected 2011-08-10 13:54:05 -07:00
John Bender
7a9b379dea test to make sure the label has the ui-select class 2011-08-09 15:55:40 -07:00
BradBroulik
bf4db8dae1 Added unit tests for dialog theme inheritance. 2011-08-05 17:49:47 -05:00
BradBroulik
d5cf4fc29a Unit tests for dialog theme inheritance 2011-08-05 16:56:42 -05:00
John Bender
7494e398a5 moved open to custom and added a test for native select change removing the button down class 2011-08-05 14:45:08 -07:00
John Bender
3133ccbc3a moved close to custom, and disable/enable methods common with tests for enable/disable 2011-08-05 12:21:45 -07:00
John Bender
f51f4cf07f moved focusButton up to common, added test for refocus of clicked button on small dialog close 2011-08-05 12:21:45 -07:00
John Bender
d8e1b9b469 core style guidelines 2011-08-04 15:56:55 -07:00
John Bender
3452a805e0 added test to verify that we could alter the filterCallback on the instance of the widget 2011-08-04 15:28:45 -07:00
John Bender
2d7706a07b whitespace issues in tnew buttonMarkup tests 2011-08-03 14:24:46 -07:00
John Bender
8c31d5cb19 added control group enhancement tests, still needs other footer button enhancement tests 2011-08-03 13:37:38 -07:00
John Bender
f6a5608ae2 added select_native test set and a tests to verify that setting the value of the select itself sets button text 2011-08-02 16:11:32 -07:00
John Bender
6a46839d5e added missing assertion to select tests 2011-08-02 13:13:19 -07:00
John Bender
3950542884 made sure the dialog test fails many times, added an extra todo for moving the functionality to find the current theme if its not specified to a generic location 2011-08-02 09:30:28 -07:00
John Bender
f7d5d918ae fixes for select tests and tests to cover basic functionality for new cached pages and select dialogs 2011-08-01 18:08:28 -07:00
scottjehl
aeaa0f7845 added unit test verifying that the domCache page option can be set globally via $.mobile.page.prototype.options.domCache = true; 2011-07-29 16:03:20 -04:00
John Bender
7a6b28d398 added to to verify that the nested pages are preserved when the parent page is cached 2011-07-29 10:10:26 -07:00
John Bender
3dc9f975e6 fixed second test for page caching 2011-07-29 10:10:26 -07:00
John Bender
3f20eaa038 fixed nav test for new namespace and made the test order independent 2011-07-29 10:10:26 -07:00
John Bender
ded500f3b4 testing additions for listview core 2011-07-29 10:10:26 -07:00
John Bender
3035387446 first test for nested page removal/caching 2011-07-29 10:10:25 -07:00
John Bender
0cd7bb8370 whitespace fix for listview fixtures 2011-07-29 10:10:25 -07:00