Angie Byron
|
f2e8aeff80
|
#369413 by bjaspan: Reset Field API caches in DrupalWebTestCase->tearDown().
|
2009-02-06 00:30:36 +00:00 |
Dries Buytaert
|
607e9626d5
|
- 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!
|
2009-02-03 17:30:13 +00:00 |
Angie Byron
|
250e486bb0
|
#363687 by chx: Simplify DBTNG codeflow.
|
2009-01-25 12:19:32 +00:00 |
Dries Buytaert
|
d20e457121
|
- 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.
|
2009-01-19 10:46:52 +00:00 |
Dries Buytaert
|
ea39388e48
|
- Patch #351805 by chx: worked around endless loops in tests.
|
2009-01-06 12:44:20 +00:00 |
Dries Buytaert
|
cce322378c
|
- Patch #353618 by sun: drupalLogin does not update passed-in user object -- improved documentation.
|
2009-01-06 11:04:59 +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
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Angie Byron
|
a7d66871bd
|
#283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original user when prior to running tests.
|
2008-12-18 00:42:55 +00:00 |
Dries Buytaert
|
0f99a1fb2d
|
- Patch #346529 by Dave Reid: fixed bug in assertFieldByXPath.
|
2008-12-13 14:03:21 +00:00 |
Dries Buytaert
|
01ed110a6b
|
- Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :)
|
2008-12-11 20:35:37 +00:00 |
Dries Buytaert
|
60524be44b
|
- Patch #345632 by boombatower: corrected assertTitle logic and added assertNoTitle for completeness.
|
2008-12-11 20:11:40 +00:00 |
Dries Buytaert
|
6f859fdd8f
|
- Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error reporting.
|
2008-12-09 11:09:26 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Angie Byron
|
baa9c7e2b0
|
#343765 by Dave Reid: Initialize SimpleTest with a value for required site_mail variable.
|
2008-12-07 07:55:24 +00:00 |
Dries Buytaert
|
58b0235a72
|
- Patch #324313 by catch et al: load multiple nodes and terms at once.
|
2008-12-05 22:18:46 +00:00 |
Dries Buytaert
|
cadd9bd54c
|
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
|
2008-12-03 16:32:22 +00:00 |
Dries Buytaert
|
5c72eb294a
|
- 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.
|
2008-12-03 14:51:53 +00:00 |
Dries Buytaert
|
99afbc53a7
|
- Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP headers and working with HTTP headers in tests.
|
2008-12-02 20:03:57 +00:00 |
Angie Byron
|
f3ad4d9568
|
#340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude by pre-loading the registry.
|
2008-11-30 07:04:45 +00:00 |
Dries Buytaert
|
bc719d0c55
|
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
|
2008-11-29 09:33:51 +00:00 |
Angie Byron
|
d7f706f291
|
Reverting #337820 once more, as it causes mysterious test failures.
|
2008-11-27 07:07:01 +00:00 |
Dries Buytaert
|
63e195eb30
|
- Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.
|
2008-11-26 13:48:50 +00:00 |
Dries Buytaert
|
c01f85bc37
|
- Patch #337820 by Dave Reid: rename menu path logout to user/logout.
|
2008-11-25 13:16:39 +00:00 |
Angie Byron
|
bd9554952c
|
Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm...
|
2008-11-24 04:22:02 +00:00 |
Angie Byron
|
251a761eaa
|
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.
|
2008-11-23 21:17:48 +00:00 |
Dries Buytaert
|
6a93b9d4c4
|
- Patch #336043 by c960657: skip calls to curlExec() in curlConnect(). Nice find, c960657\!
|
2008-11-23 18:12:08 +00:00 |
Angie Byron
|
2ea70d6507
|
#304940 by drewish: Stop SimpleTest from trying to upload non-files.
|
2008-11-09 03:07:54 +00:00 |
Dries Buytaert
|
57d35b7fb1
|
- Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing. Woop, woop.
|
2008-11-05 17:06:18 +00:00 |
Dries Buytaert
|
dc1af5e290
|
- Patch #321161 by Damien Tournoud: properly flush cache between tests.
|
2008-11-05 15:54:56 +00:00 |
Dries Buytaert
|
fa94c66c92
|
- Patch #328719 by c960657: make the module list tests succeed again.
|
2008-11-01 21:21:35 +00:00 |
Dries Buytaert
|
5c3db6511b
|
- Patch #322779 by Damein Tournoud, cha0s: simpletest calls file_check_directory incorrectly.
|
2008-10-20 13:06:15 +00:00 |
Dries Buytaert
|
967d8f67ac
|
- Patch #304924 by Damien Tournoud: extend error handler to manage exceptions. I have one exception and one fail.
|
2008-10-15 16:05:51 +00:00 |
Angie Byron
|
f95f58cc05
|
#320161 by Dave Reid: Fix problems with drupalGetTestFiles() that causes upload.test to break on some systems.
|
2008-10-12 08:30:05 +00:00 |
Angie Byron
|
f76acb2d9d
|
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
|
2008-10-12 04:30:09 +00:00 |
Angie Byron
|
a765e882eb
|
#320127 by matt2000: Fix bug with file_check_directory() being passed a function by-reference.
|
2008-10-12 03:46:08 +00:00 |
Angie Byron
|
0a6b178c96
|
#316344 by boombatower: Add meta refresh support to SimpleTest to allow programmatically dealing with Batch API and such.
|
2008-10-09 02:49:36 +00:00 |
Angie Byron
|
4c976d51e6
|
#281446 by xqus, dropcube, and catch: Improve the requirements check for the installer. Awesome.
|
2008-10-01 00:27:29 +00:00 |
Angie Byron
|
a3bb66e4e8
|
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
|
2008-09-20 20:22:25 +00:00 |
Angie Byron
|
a4b0bb58a2
|
#310358 by drewish: Add a test for file_save_upload and clean up file.test.
|
2008-09-20 07:35:53 +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
|
ca858345c6
|
#255613 by boombatower: Replace old crufty manual cURL call with nice drupalGet().
|
2008-09-19 02:47:38 +00:00 |
Dries Buytaert
|
7f29b14277
|
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
|
2008-09-17 07:11:59 +00:00 |
Angie Byron
|
e3b019f480
|
#299186 by boombatower: Fix assertFieldByXPath so that it recognizes select and textarea values.
|
2008-09-17 00:46:44 +00:00 |
Angie Byron
|
a7c16d158d
|
#308186 by chx: Fix tons and tons of test failures in certain versions of cURL.
|
2008-09-14 06:46:34 +00:00 |
Angie Byron
|
ab07b4cd5e
|
#305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend.
|
2008-09-10 04:13:01 +00:00 |
Dries Buytaert
|
e5b0e5f76c
|
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
2008-09-06 08:36:22 +00:00 |
Dries Buytaert
|
fb9d456450
|
- Patch #299461 by Damien Tournoud: fixed annoying glitches with assertEqual().
|
2008-08-30 09:42:25 +00:00 |
Dries Buytaert
|
6261c4cad2
|
- Patch #246261 by pwolanin: simpletest does not handle optgroup correctly
|
2008-08-30 09:27:21 +00:00 |
Dries Buytaert
|
5dee24e73f
|
- Patch #297894 by boombatower: two new asserts for link checking.
|
2008-08-23 07:42:54 +00:00 |