Log of /drupal/modules/simpletest/drupal_web_test_case.php
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.174 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 21 14:35:05 2009 UTC
(4 days, 17 hours ago)
by
dries
Branch:
MAIN
Changes since
1.173: +7 -1 lines
Diff to
previous 1.173
- Patch #601584 by effulgentsia, boombatower, yched: setUp() function for unit and web test cases should reset all resettable statics.
Revision
1.173 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 21 00:43:42 2009 UTC
(5 days, 7 hours ago)
by
webchick
Branch:
MAIN
Changes since
1.172: +3 -5 lines
Diff to
previous 1.172
#633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode().
Revision
1.172 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 20 05:14:13 2009 UTC
(6 days, 2 hours ago)
by
webchick
Branch:
MAIN
Changes since
1.171: +62 -13 lines
Diff to
previous 1.171
#635202 by yched and sun: Remove #process pattern from option widgets (plus buckets of tests for option widgets).
Revision
1.170 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 14 07:58:49 2009 UTC
(12 days ago)
by
dries
Branch:
MAIN
Changes since
1.169: +41 -1 lines
Diff to
previous 1.169
- Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, Senpai: usability improvement: allow more users to see the node admin page.
Revision
1.165 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 22 01:09:05 2009 UTC
(5 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.164: +2 -2 lines
Diff to
previous 1.164
- Patch #550190 by boombatower: convert verbose messages to use new debug facility. We can continue to work on testing stuff post code freeze.
Revision
1.161 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 16 02:04:43 2009 UTC
(5 weeks, 6 days ago)
by
webchick
Branch:
MAIN
Changes since
1.160: +3 -2 lines
Diff to
previous 1.160
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.
Revision
1.155 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 29 15:31:15 2009 UTC
(8 weeks, 1 day ago)
by
dries
Branch:
MAIN
Changes since
1.154: +24 -7 lines
Diff to
previous 1.154
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
Revision
1.152 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 20 07:32:18 2009 UTC
(2 months ago)
by
dries
Branch:
MAIN
Changes since
1.151: +2 -2 lines
Diff to
previous 1.151
- Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
Revision
1.150 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 19 10:54:35 2009 UTC
(2 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.149: +2 -2 lines
Diff to
previous 1.149
- Patch #300993 by sun: extended the roles and permissions API so we can revoke permissions from a role etc.
Revision
1.147 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 5 13:05:30 2009 UTC
(2 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.146: +14 -8 lines
Diff to
previous 1.146
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.
Revision
1.144 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 00:14:21 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.143: +5 -5 lines
Diff to
previous 1.143
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
Revision
1.140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 21 07:50:07 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.139: +4 -3 lines
Diff to
previous 1.139
#509398 by adrian: Turned install profiles into modules with full access to the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
Revision
1.138 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 20 02:40:06 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.137: +14 -7 lines
Diff to
previous 1.137
#554106 by dropcube, boombatower, deekayen, and sun: Let DWTC handle HTTP location header to ensure drupal_generate_test_ua() is called. Fix for testing bot.
Revision
1.137 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 17 19:14:41 2009 UTC
(3 months, 1 week ago)
by
webchick
Branch:
MAIN
Changes since
1.136: +22 -15 lines
Diff to
previous 1.136
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
Revision
1.134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 5 15:58:35 2009 UTC
(3 months, 3 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.133: +2 -2 lines
Diff to
previous 1.133
#193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors.
Revision
1.130 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 28 12:13:47 2009 UTC
(3 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.129: +4 -4 lines
Diff to
previous 1.129
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
Revision
1.107 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 25 05:20:16 2009 UTC
(6 months ago)
by
dries
Branch:
MAIN
Changes since
1.106: +210 -132 lines
Diff to
previous 1.106
- Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
Revision
1.100 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 29 12:08:28 2009 UTC
(6 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.99: +37 -17 lines
Diff to
previous 1.99
- Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 3 17:30:13 2009 UTC
(9 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.81: +56 -2 lines
Diff to
previous 1.81
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
Revision
1.80 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 19 10:46:51 2009 UTC
(10 months ago)
by
dries
Branch:
MAIN
Changes since
1.79: +3 -2 lines
Diff to
previous 1.79
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
Revision
1.75 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 18 00:42:55 2008 UTC
(11 months, 1 week ago)
by
webchick
Branch:
MAIN
Changes since
1.74: +19 -3 lines
Diff to
previous 1.74
#283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original user when prior to running tests.
Revision
1.73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 11 20:35:37 2008 UTC
(11 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.72: +8 -18 lines
Diff to
previous 1.72
- Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :)
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 3 16:32:22 2008 UTC
(11 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.66: +2 -2 lines
Diff to
previous 1.66
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 3 14:51:53 2008 UTC
(11 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.65: +16 -7 lines
Diff to
previous 1.65
- Patch #327269 by c960657: when drupal_page_cache_header() compares the client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code.
Revision
1.65 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 2 20:03:57 2008 UTC
(11 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.64: +99 -4 lines
Diff to
previous 1.64
- Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP headers and working with HTTP headers in tests.
Revision
1.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 30 07:04:45 2008 UTC
(11 months, 3 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.63: +13 -2 lines
Diff to
previous 1.63
#340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude by pre-loading the registry.
Revision
1.63 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 29 09:33:51 2008 UTC
(11 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.62: +2 -2 lines
Diff to
previous 1.62
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 5 17:06:18 2008 UTC
(12 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.54: +22 -1 lines
Diff to
previous 1.54
- Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing. Woop, woop.
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 15 16:05:51 2008 UTC
(13 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.50: +2 -3 lines
Diff to
previous 1.50
- Patch #304924 by Damien Tournoud: extend error handler to manage exceptions. I have one exception and one fail.
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 02:49:36 2008 UTC
(13 months, 2 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.46: +33 -1 lines
Diff to
previous 1.46
#316344 by boombatower: Add meta refresh support to SimpleTest to allow programmatically dealing with Batch API and such.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 6 08:36:20 2008 UTC
(14 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.36: +2 -2 lines
Diff to
previous 1.36
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 21 19:36:38 2008 UTC
(15 months ago)
by
dries
Branch:
MAIN
Changes since
1.30: +18 -2 lines
Diff to
previous 1.30
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 07:31:01 2008 UTC
(15 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.27: +21 -6 lines
Diff to
previous 1.27
- Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 2 20:05:11 2008 UTC
(16 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.23: +2 -2 lines
Diff to
previous 1.23
- Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 24 21:51:02 2008 UTC
(17 months ago)
by
dries
Branch:
MAIN
Changes since
1.19: +519 -150 lines
Diff to
previous 1.19
- 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.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 28 13:11:11 2008 UTC
(17 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.9: +50 -4 lines
Diff to
previous 1.9
- Patch #260882 by boombatower: refresh variables after install and page requests. This actually fixes one failure.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 7 19:34:23 2008 UTC
(18 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.3: +7 -6 lines
Diff to
previous 1.3
- Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 30 06:45:43 2008 UTC
(18 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.2: +2 -2 lines
Diff to
previous 1.2
- Patch #252365 by boombatower: clean up the temporary directory that gets creating during the test runs.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 28 08:36:06 2008 UTC
(18 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.1: +8 -4 lines
Diff to
previous 1.1
- Patch #251631 by chx: fixed behavior of the Drupal web test case with regard to POST and GET operations.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 20 18:34:43 2008 UTC
(19 months ago)
by
dries
Branch:
MAIN
- 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 ...
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.