Commit Graph

8 Commits (63e195eb3024e9aa79c1c4bc7285b329329c91af)

Author SHA1 Message Date
Dries Buytaert eda100b83d - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Angie Byron 89b0570d70 #305566 by agentrickard and moshe weitzman: Split 'bypass node access' from 'administer nodes'. 2008-10-11 18:29:20 +00:00
Angie Byron a8143e47b7 #295719 by flobruit, boombatower, and mikey_p: Clean up node.test. 2008-09-17 05:26:51 +00:00
Dries Buytaert 1689a63f38 - Patch #268706 by flobruit, lilou, bjaspan: fixed XSS on node edit form. 2008-08-30 13:08:05 +00:00
Dries Buytaert 4ac9204355 - Patch #260497 by boombatower: rewrote the node revisioning tests to be more extensive and to fix some exceptions in the tests. 2008-06-26 11:40:07 +00:00
Dries Buytaert ccef07e59e - Patch #256841 by dropcube: fixed typo. 2008-05-10 07:05:40 +00:00
Dries Buytaert a7f12c0326 - Patch #251263 by catch: fixing up many code style issues in the tests. 2008-04-25 18:26:02 +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