Commit Graph

25 Commits (8a0d326a8e134ad4261b9575ce073f9e44b72f60)

Author SHA1 Message Date
Angie Byron 4be0f043ba #349823 by Dave Reid: Fix query in recent comment block that results in fatal error (with tests). 2009-02-07 20:10:40 +00:00
Angie Byron 3946b191a9 #276554 by stella and John Morahan: Tests for comments as part of an RSS feed. 2009-01-22 04:53:00 +00:00
Dries Buytaert 8d128023ef - Patch #201490 by lilou, keith.smith: fixed inconsistencies in the moderation queue related help texts. 2009-01-14 21:48:24 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert 574a2e47ee - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block(). 2008-12-16 23:57:33 +00:00
Dries Buytaert 1bbafcc967 - Patch #339960 by Damien Tournoud: updated test explanation. 2008-11-28 09:34:42 +00:00
Dries Buytaert eda100b83d - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Dries Buytaert 9c72e9209a - Patch #334826 by maartenvg: editing of anonymous comments was broken. Bugfix with test\! 2008-11-21 14:48:59 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Dries Buytaert 126a5e3c88 - Patch #320784 by johnskulski: added test for comment threading. This test currently fails. 2008-10-14 20:34:56 +00:00
Angie Byron 1fc0b924f2 #313044 by Amitaibu: Remove silly assertion. 2008-09-24 22:38:20 +00:00
Angie Byron 804b313a85 #296486 by lyricnz and boombatower: Tests for viewing an individual comment. 2008-09-19 03:11:53 +00:00
Angie Byron c32c0f517f #296487 by lyricnz and beeradb: Tests to make sure comment posting fails when it should. 2008-09-19 03:00:10 +00:00
Angie Byron 54d2daec35 #302396 follow-up by catch: Fix typo in tests. 2008-09-09 00:29:24 +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 1415340ce3 - Patch #191499 by catch: remove display order settings and cleaned up some white space. 2008-07-03 17:57:03 +00:00
Dries Buytaert 81c71bc891 - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. 2008-06-24 17:01:33 +00:00
Dries Buytaert 61cc35f2b0 - Patch #255918 by R.Muilwijk: performance improvement: comment_link querying for already retrieved data. 2008-06-18 16:06:42 +00:00
Dries Buytaert cf42d0c25a - Patch #250729 by R.Muilwijk: removed unnecessary SQL query. 2008-06-14 16:02:50 +00:00
Dries Buytaert 201e1dd356 - Patch #268449 by catch: fixed some tests that failed due to invalid permissions. 2008-06-09 16:33:20 +00:00
Dries Buytaert dc613626d4 - Patch #266465 by R.Muilwijk: fixed the comment module tests. 2008-06-05 17:57:04 +00:00
Dries Buytaert 3f052180dc - Patch #66264 by boombatower: comment approval displayed on node view of comment. Comes with tests and everything. 2008-06-03 16:30:20 +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 8cc4aaeeae - Patch #258171 by Senpai: code cleanup. 2008-05-14 13:12:41 +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