summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - Patch #267813 by alpritt: fixed some user module tests.Dries Buytaert2008-06-08
|
* - Patch #267308 by boombatower: check permissions to make sure they are avlid.Dries Buytaert2008-06-08
|
* - Patch #253506 by Daniel, flobruit and catch: made the upload tests work.Dries Buytaert2008-06-06
|
* - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest.Dries Buytaert2008-06-05
|
* - Patch #265498 by boombatower et al: tearDown() doesn't reset the module list.Dries Buytaert2008-06-03
|
* - Patch #265809 by dropcube: fixed some typos.Dries Buytaert2008-06-03
|
* - Patch #260501 by cwgordon7: made the trigger module tests pass.Dries Buytaert2008-06-02
|
* - Patch #260882 by boombatower: added simpletests for simpletest. :-)Dries Buytaert2008-05-28
|
* - Patch #260882 by boombatower: refresh variables after install and page ↵Dries Buytaert2008-05-28
| | | | requests. This actually fixes one failure.
* - Patch #261843 by dropcube: tests fail when a response of zero bytes is ↵Dries Buytaert2008-05-26
| | | | received.
* - Patch #260812 by boombatower: add failure message to ↵Dries Buytaert2008-05-22
| | | | DrupalWebTestCase->parse().
* - Patch #260383 by webchick: better debugging for form errors in simpletest.Dries Buytaert2008-05-20
|
* - Patch #246259 by boombatower and saxofaan: enabling/disabling modules ↵Dries Buytaert2008-05-16
| | | | doesn't check for failures.
* - Patch #254758 by flobruit and me: remove inline CSS style from simpletest.Dries Buytaert2008-05-10
|
* - Patch by boombatower: fixed code style of simpletests.Dries Buytaert2008-05-10
|
* - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵Dries Buytaert2008-05-07
| | | | simpletests for the (new) permission handling. At last.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #251473 by webchick, chx, et al: one step closer to running tests in ↵Dries Buytaert2008-05-06
| | | | the includes directory. Not working yet.
* - Patch #252365 by boombatower: clean up the temporary directory that gets ↵Dries Buytaert2008-04-30
| | | | creating during the test runs.
* - Patch #251550 by ksenzee: simpletest requires curl so make sure to add a ↵Dries Buytaert2008-04-28
| | | | requirements check.
* - Patch #251631 by chx: fixed behavior of the Drupal web test case with ↵Dries Buytaert2008-04-28
| | | | regard to POST and GET operations.
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Patch #250056 by dmitrig01: if all the checkboxes in a checkbox group are ↵Dries Buytaert2008-04-23
| | | | checked on page load, the check all box isn't checked, which is should be (because all sub-boxes are checked).
* - Patch #249629 by chx, flobruit: made drupal_test_case() reusable and ↵Dries Buytaert2008-04-23
| | | | improve the SimpleTest documentation.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...