Commit Graph

15 Commits (63e195eb3024e9aa79c1c4bc7285b329329c91af)

Author SHA1 Message Date
Dries Buytaert eb68540da3 - Patch #336746 by justinrandell: fixed broken t() function call. 2008-11-22 13:43:13 +00:00
Dries Buytaert 3dbf9c1e15 - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable. 2008-11-22 12:05:02 +00:00
Dries Buytaert 036a026433 - Patch #334271 by catch: clean up of taxonomy module tests. 2008-11-16 14:59:33 +00:00
Angie Byron 939a1f01a1 #332145 by catch and Arancaytar: Fix regression on term submit form. 2008-11-13 08:13:56 +00:00
Angie Byron 6da33f2055 #314147 follow-up by catch: Fixed typos with previous patch, and added tests. 2008-11-09 00:58:03 +00:00
Dries Buytaert 2bc3b99bc7 - Patch #314147 by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
Dries Buytaert d31c77513b - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API. 2008-11-05 12:47:23 +00:00
Angie Byron 991ff539c3 #296910 by catch and webchick: Add reset parameter to taxonomy_vocabulary_load(). 2008-09-24 18:42:00 +00:00
Angie Byron 9bc36524f2 #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called multiple times. 2008-09-24 02:59:42 +00:00
Dries Buytaert fa8abcbf3b - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages. 2008-09-19 20:25:03 +00:00
Angie Byron 161a9970f7 #308534 by Dave Reid: Remove stray whitespace core-wide. 2008-09-15 20:48:10 +00:00
Angie Byron dddfe5377d #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list. 2008-09-11 19:47:40 +00:00
Dries Buytaert b6fd223d1a - Patch #302396 by chx, catch: made some tests more granular so they an be run in parallel or stand-alone. 2008-09-08 21:37:21 +00:00
Dries Buytaert c6c26b5e23 - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +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