Commit Graph

208 Commits (8c4d6ab0f59253bbaadf289650be40323cd62581)

Author SHA1 Message Date
Dries Buytaert d5ce7f5281 - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work correctly in AJAX context with multiple forms on page. 2010-04-07 17:30:43 +00:00
Dries Buytaert 6fc055ab90 - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved xpath tests. 2010-03-31 20:05:06 +00:00
Angie Byron be6d3c8bb6 #601398 follow-up by andypost, rfay, and sun: Allow drupLPost to target specific form HTML ID for multiple similar forms. 2010-03-27 18:32:06 +00:00
Angie Byron e6059d4b1e #610072 by boombatower, chx, effulgentsia, and yched: Fixed setUp() function accepting array as arguments. 2010-03-27 06:03:21 +00:00
Dries Buytaert c327b4d407 - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX triggered by non-submit element fails if any elements are validated. 2010-03-26 18:58:12 +00:00
Dries Buytaert 160b42812c - Patch #335035 by boombatower, Damien Tournoud, ksenzee, Berdir, Dave Reid, effulgentsia: Simpletest drupalPost() incorrectly submits input for disabled elements, causing unreliable testing of forms that contain them. 2010-03-12 14:38:37 +00:00
Angie Byron ff640c1fbb #601398 by andypost, rfay, and sun: Fixed Simpletest does not allow assigning actions to triggers. 2010-03-07 18:06:06 +00:00
Angie Byron 41a0e3f0fe #721210 by andypost: Preserve shutdown handlers in SimpleTest (Allow SimpleTest module to run without Search module) 2010-03-07 08:10:26 +00:00
Dries Buytaert a3134cc24a - Patch #671520 by mr.baileys, cha0s, boombatower, andypost: CURL and fragment URLs break testing due to a bug in some CURL versions. 2010-03-03 08:10:33 +00:00
Dries Buytaert a5d180b9c0 - Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: modules_installed() was broken during testing. 2010-03-02 09:07:09 +00:00
Dries Buytaert bc70eaeb8d - Patch #535440 by andypost, carlos8f, boombatower: random strings in SimpleTest should not contain 2010-02-26 17:22:39 +00:00
Dries Buytaert f041110b34 - Patch #723782 by Berdir: display better exception messages in simpletest. 2010-02-25 16:03:47 +00:00
Dries Buytaert 7e8709b2dc - Patch #566494 by Damien Tournoud: fixed page cache tests and update tests. 2010-02-09 12:28:39 +00:00
Angie Byron 08b598837f #705854 follow-up by scor: Testbot fix attempt #2. 2010-02-08 23:35:20 +00:00
Angie Byron 4016493b0a #705854 by scor: Workaround for cURL url fragment bug to fix testbot. 2010-02-08 17:43:17 +00:00
Angie Byron c1d2d11f92 #685004 by Dave Reid: Fixed Cannot run tests under non-standard profile. 2010-01-15 03:07:34 +00:00
Angie Byron b80bbba9af #676134 by mcarbone: Update documentation to account for taxonomy changes (no more node taxonomy property). 2010-01-13 06:10:43 +00:00
Angie Byron c33d0f7be8 #399642 follow-up by carlos8f: Replace drupal_install_modules() with an improved module_enable(). 2010-01-13 05:08:29 +00:00
Angie Byron 69ed7f66b8 #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
Angie Byron 147bb1389a #571654 follow-up by chx, peximo, plach, sun, et al:
Roll-back of node titles as fields. The Entity Translation module in
contrib can add this back, but for everyone else it creates a *huge* WTF.
Apologies for how late this is coming, but better now than post-alpha. :\
2010-01-09 21:54:01 +00:00
Angie Byron bb293ccfb5 #420358 follow-up by Dave Reid: Rename profiles default => standard and expert => minimal, for consistency with labels. 2010-01-04 23:08:34 +00:00
Angie Byron 45bc7c2290 #399642 by sndev and carlos8f: Make drupal_install_modules() resolve dependencies and trigger an error when they do not exist. (with tests) 2010-01-02 18:56:20 +00:00
Dries Buytaert 6b81f43e95 - Patch #669456 by boombatower: added support for more HTTP authentication settings in the tests. 2009-12-30 11:41:52 +00:00
Dries Buytaert b057283bc3 - Patch #667264 by Damien Tournoud: improved generation of tests files to avoid concurrency problems causing the tests to /randomly/ fail. 2009-12-28 12:06:49 +00:00
Angie Byron 95a0f85a80 #663992 by sun and carlos8f: Quit caching verbose testing debug output. 2009-12-25 10:30:07 +00:00
Angie Byron b8f2099732 #667410 by justinrandell: Fixed simpletest doesn't create a temporary files directory. 2009-12-25 10:24:29 +00:00
Angie Byron e14a263914 #577398 by boombatower: Fix SimpleTest temporary file handling, post-stream wrappers. 2009-12-15 05:25:47 +00:00
Angie Byron 8e38d459e5 #653940 follow-up by Damien Tournoud: Clean-up of error handling from first stab at test reporting fixes. 2009-12-15 05:22:05 +00:00
Angie Byron 7e6fdd8540 #560646 by carlos8f and chx: Make SimpleTest catch Fatal PHP errors. 2009-12-14 19:24:10 +00:00
Angie Byron d6305a6616 #653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert changes to error reporting in previous patch. 2009-12-13 09:14:21 +00:00
Dries Buytaert c2f26d3368 - Patch #653940 by sun: tests weren't reporting all errors. 2009-12-10 15:39:43 +00:00
Angie Byron 89ac9876d0 #633156 follow-up by sun: Fix declaration of drupalGetAJAX(). 2009-12-06 18:06:22 +00:00
Dries Buytaert 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Dries Buytaert ba79092434 - Patch #601584 by yched: fix verbose feature. 2009-11-22 08:09:21 +00:00
Dries Buytaert ff88ee0f56 - Patch #601584 by effulgentsia, boombatower, yched: setUp() function for unit and web test cases should reset all resettable statics. 2009-11-21 14:35:05 +00:00
Angie Byron 59ceca0caf #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode(). 2009-11-21 00:43:42 +00:00
Angie Byron 01d85a5571 #635202 by yched and sun: Remove #process pattern from option widgets (plus buckets of tests for option widgets). 2009-11-20 05:14:13 +00:00
Angie Byron 63d48af6fb #633156 by rfay and effulgentsia: Added a baseline of tests for AJAX commands. 2009-11-18 04:56:20 +00:00
Dries Buytaert 8514a7e283 - Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, Senpai: usability improvement: allow more users to see the node admin page. 2009-11-14 07:58:50 +00:00
Dries Buytaert 3ccb55f2bd - Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability. 2009-11-10 22:06:09 +00:00
Angie Byron 0d371742b6 #43462 by c960657 and andypost: Fixed issues with certain configurations of compressed pages. 2009-11-02 03:12:05 +00:00
Angie Byron 7353d5da62 #582364 by cwgordon7: Add sensible defaults to SimpleTest assert messages. 2009-11-02 01:49:02 +00:00
Angie Byron dec6514c3b #595876 by c960657: Fixed taxonomy term reordering (with tests). 2009-10-24 04:23:51 +00:00
Dries Buytaert 6482cc8927 - Patch #550190 by boombatower: convert verbose messages to use new debug facility. We can continue to work on testing stuff post code freeze. 2009-10-22 01:09:05 +00:00
Dries Buytaert 0d2b7fe81b - Patch #443200 by c960657: fixed user pictures not working with private files. 2009-10-20 00:55:30 +00:00
Angie Byron bac6eed5ff #606460 by peximo: Fixed Node revision test fatal error. 2009-10-16 15:52:33 +00:00
Dries Buytaert 13d3072f41 - Patch #356074 by chx, Damien Tournoud: provide a sequences API. 2009-10-16 03:01:55 +00:00
Angie Byron 6061fa9781 #565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies. 2009-10-16 02:04:44 +00:00
Angie Byron b4d3bdbf38 #523878 follow-up by boombatower: Extend maximum execution time for tests. 2009-10-13 07:14:26 +00:00
Angie Byron 1d09ec33bd #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors. 2009-10-13 05:37:46 +00:00