Commit Graph

60 Commits (6261c4cad2ad8e070625a78e6fa5d6b0af1847de)

Author SHA1 Message Date
Dries Buytaert 6261c4cad2 - Patch #246261 by pwolanin: simpletest does not handle optgroup correctly 2008-08-30 09:27:21 +00:00
Dries Buytaert fadcc4f9c1 - Patch #295564 by mustafau, Damien Tournoud et al: drupal_http_rqeuest triggers error. 2008-08-29 14:45:19 +00:00
Dries Buytaert 5dee24e73f - Patch #297894 by boombatower: two new asserts for link checking. 2008-08-23 07:42:54 +00:00
Dries Buytaert 8b00301995 - Patch #298137 by flobruit: drupalCreateContentType() now resets node permissions. 2008-08-22 12:40:32 +00:00
Dries Buytaert c15bcc0653 - Patch #297869 by boombatower: add xpath method to simpletest and refactor existing tests. 2008-08-22 12:35:55 +00:00
Dries Buytaert 69e6f411a9 - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
Dries Buytaert 0e79597812 - Patch #268148 by obsidiandesign: make the simpletests work on https. 2008-08-18 19:25:52 +00:00
Dries Buytaert e2825f474b - Patch #293099 by boombatower: clarify form documentation and error handling. 2008-08-18 18:40:07 +00:00
Dries Buytaert 1065e3805f - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for session handling. 2008-08-16 21:11:02 +00:00
Dries Buytaert 253c74d245 - Patch #296027 by hswong3i: {simpletest} indexes come with wrong array expression 2008-08-16 20:57:14 +00:00
Dries Buytaert c639b5135f - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-) 2008-08-16 07:31:01 +00:00
Dries Buytaert 207284675e - Patch #268063: move tests from includes/tests to modules/simpletests/tests. 2008-08-14 09:18:28 +00:00
Dries Buytaert ab4e39da83 - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added some first drupal_http_request() tests to core. Yay. 2008-08-13 07:11:18 +00:00
Dries Buytaert 5de34fb21c - Patch #290316 by boombatower, Damien Tournoud et al: made simpletests work on PostgreSQL. 2008-08-13 06:42:04 +00:00
Dries Buytaert 8d11f75d89 - Patch #291750 by boombatower: remove test results after displayed, makes tests work on PostgreSQL. 2008-08-11 17:46:06 +00:00
Dries Buytaert f76ea7023f - Patch #293500 by Damien Tournoud: message column too short for PostgreSQL. 2008-08-11 17:43:30 +00:00
Dries Buytaert 0d1995a828 - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery 2008-08-09 12:41:23 +00:00
Dries Buytaert db8215e5ec - Patch #231190 by Dries: drupalHead repeated twice. Oops. 2008-07-18 07:30:34 +00:00
Dries Buytaert d8aacc5de2 - Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed non-writability of settings.php. 2008-07-18 07:24:29 +00:00
Dries Buytaert fb3b6d13b8 - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. 2008-07-17 21:10:39 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert 4fe1f3582c - Patch #276774 by Moshe, Susurrus: remove crufty settings. 2008-07-05 17:48:33 +00:00
Dries Buytaert 48955b3754 - Patch #253506 by Damien Tournoud, catch, et al: fixed contact.text. 2008-07-05 07:19:31 +00:00
Dries Buytaert fe06b4ccd8 - Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace. 2008-07-02 20:05:11 +00:00
Dries Buytaert a009417189 - Patch #277586 by chx: call setUp for each test method. 2008-07-02 19:34:13 +00:00
Dries Buytaert 929b2c599c - Patch #277621 by Damien Tournoud: drupalGet was not working correctly. 2008-07-02 19:20:58 +00:00
Dries Buytaert 66ddfda7a2 - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests. 2008-06-26 21:07:59 +00:00
Dries Buytaert d7c32183e5 - Patch #275396 by Moshe: removed some dead code, and added url() options to drupalPost(). 2008-06-26 19:31:31 +00:00
Dries Buytaert df8dcc79b1 - Patch #275094 by boombatower: lean, lean, mean simpletest. 2008-06-26 11:23:52 +00:00
Dries Buytaert 69a7d80607 - Patch #274589 by dmitrig01: forgot to remove simpletest library from core. 2008-06-25 07:30:11 +00:00
Dries Buytaert 9b82787b22 - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work. 2008-06-24 21:51:03 +00:00
Dries Buytaert 0889c01d21 - Patch #270053 by pwolanin: fixed undefined index. 2008-06-17 01:12:50 +00:00
Dries Buytaert 3020deb421 - Patch #266178 by boombatower: SimpleTest internal browser no longer handles element ids. 2008-06-10 19:39:29 +00:00
Dries Buytaert ecb032a239 - Patch #151902 by MadHarold et al: a better format_size() (and removed some excessive white space). 2008-06-09 08:11:45 +00:00
Dries Buytaert 76aedbefe0 - Patch #267813 by alpritt: fixed some user module tests. 2008-06-08 19:50:54 +00:00
Dries Buytaert caa2e7e1d1 - Patch #267308 by boombatower: check permissions to make sure they are avlid. 2008-06-08 19:09:50 +00:00
Dries Buytaert 5c9d4b9c97 - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. 2008-06-06 10:36:45 +00:00
Dries Buytaert b87b7c2d01 - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
Dries Buytaert d722c96909 - Patch #265498 by boombatower et al: tearDown() doesn't reset the module list. 2008-06-03 19:53:42 +00:00
Dries Buytaert cccf98aaa0 - Patch #265809 by dropcube: fixed some typos. 2008-06-03 13:45:07 +00:00
Dries Buytaert 24d27b88c7 - Patch #260501 by cwgordon7: made the trigger module tests pass. 2008-06-02 17:39:12 +00:00
Dries Buytaert 01223c9f49 - Patch #260882 by boombatower: added simpletests for simpletest. :-) 2008-05-28 14:07:46 +00:00
Dries Buytaert ddea5c448d - Patch #260882 by boombatower: refresh variables after install and page requests. This actually fixes one failure. 2008-05-28 13:11:11 +00:00
Dries Buytaert 25a5bf9fc3 - Patch #261843 by dropcube: tests fail when a response of zero bytes is received. 2008-05-26 17:36:08 +00:00
Dries Buytaert 3bbd9a7fa4 - Patch #260812 by boombatower: add failure message to DrupalWebTestCase->parse(). 2008-05-22 19:32:52 +00:00
Dries Buytaert 83601ea040 - Patch #260383 by webchick: better debugging for form errors in simpletest. 2008-05-20 20:28:05 +00:00
Dries Buytaert a628fe811e - Patch #246259 by boombatower and saxofaan: enabling/disabling modules doesn't check for failures. 2008-05-16 02:09:22 +00:00
Dries Buytaert f50062676e - Patch #254758 by flobruit and me: remove inline CSS style from simpletest. 2008-05-10 07:46:22 +00:00
Dries Buytaert bdf980c40b - Patch by boombatower: fixed code style of simpletests. 2008-05-10 06:55:09 +00:00
Dries Buytaert b9f1018ea4 - Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last. 2008-05-07 19:34:24 +00:00