Commit Graph

14 Commits (009d05cbe30af1cc69f50f3fd5cabf49a31f9770)

Author SHA1 Message Date
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Angie Byron 0aeda0f143 Roll-back of #304936; broke because #74645 patch was rolled back. 2008-11-09 05:50:48 +00:00
Angie Byron cccc620603 #304936 by drewish and boombatower: Fix SimpleTest copying/deletion. 2008-11-09 03:02:03 +00:00
Angie Byron f841d1a764 #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :) 2008-10-09 00:02:29 +00:00
Angie Byron 89b4c55989 #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory(). 2008-09-20 03:49:24 +00:00
Angie Byron a37d9be187 #295697 by maartenvg and boombatower: Make SimpleTest fail to install if cURL is not present. 2008-09-16 23:24:36 +00:00
Angie Byron ab07b4cd5e #305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend. 2008-09-10 04:13:01 +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 5de34fb21c - Patch #290316 by boombatower, Damien Tournoud et al: made simpletests work on PostgreSQL. 2008-08-13 06:42:04 +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 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 bdf980c40b - Patch by boombatower: fixed code style of simpletests. 2008-05-10 06:55:09 +00:00
Dries Buytaert bc8a2b23da - Patch #251550 by ksenzee: simpletest requires curl so make sure to add a requirements check. 2008-04-28 09:30:35 +00:00
Dries Buytaert af474609e3 - Added a test framework to Drupal along with a first batch of tests for
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 ...
2008-04-20 18:24:07 +00:00