Commit Graph

39 Commits (fed2d40473a0c0bdf413bf506bfde7ecfee16697)

Author SHA1 Message Date
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Dries Buytaert 8d114ca426 - Patch #648268 by boombatower: allow run-tests.sh to work with https. 2009-12-17 22:02:26 +00:00
Angie Byron ea1bd5606c #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :) 2009-11-10 17:27:54 +00:00
Dries Buytaert db81ff5205 - Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly. 2009-09-19 10:38:47 +00:00
Angie Byron b41323642b #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://. 2009-08-17 19:14:42 +00:00
Dries Buytaert 14f98f2b7e - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA. 2009-08-13 11:31:26 +00:00
Angie Byron 691693304b #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors. 2009-08-05 15:58:35 +00:00
Dries Buytaert 8140ed0d84 - Patch #443154 by boombatower, pwolanin: properly report fatal errors as failures. 2009-07-30 10:46:53 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert c4a7843852 - Patch #516062 by c960657: fixed regression in run-tests.sh 2009-07-11 05:31:28 +00:00
Dries Buytaert d258bed22a - Patch #443154 by boombatower: make sure fatal errors are reported as test failures. 2009-07-07 07:50:53 +00:00
Dries Buytaert 027c1e97ea - Patch #484610 by Damien Tournoud: do not start an output buffer when running in CLI mode. 2009-06-10 16:17:02 +00:00
Dries Buytaert e9d97f1eef - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
Dries Buytaert 03e5798def - Patch #430682 by saxofaan: script didn't work with non-default webserver port. 2009-04-13 12:23:26 +00:00
Angie Byron f40532da76 #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
Angie Byron 08616351e1 #377564 by boombatower: Make run-tests.sh respect the 'simpletest_clear_results' variable. 2009-02-20 03:37:58 +00:00
Dries Buytaert b8389ebd54 - Patch #367508 by lyricnz: returned help screen when running test groups. 2009-02-01 16:42:26 +00:00
Dries Buytaert be36b9205e - Patch #358006 by gcopenhaver: fixed spelling errors. 2009-01-13 22:39:11 +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
Dries Buytaert 8d7eeb0df6 - Modified patch #348408 by boombatower: clariy run-test.sh script and provide some better help. 2008-12-18 03:55:02 +00:00
Dries Buytaert 63e195eb30 - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase. 2008-11-26 13:48:50 +00:00
Dries Buytaert 2c11339a0e - Patch #338516 by Damien Tournoud: convert run-tests.sh to the new database API. 2008-11-24 20:17:07 +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 90ca93c9bc - Patch #322843 by Damien Tournoud: fixed --php option. 2008-10-29 03:00:38 +00:00
Dries Buytaert 16fa74fde7 - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in run-tests.sh 2008-10-19 20:12:55 +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 120ce90f90 #312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh. 2008-09-24 19:00:31 +00:00
Angie Byron b43010c5bd #312847 by moshe weitzman: Fix end time reporting in run-tests.sh. 2008-09-24 15:48:56 +00:00
Dries Buytaert abbfc3341b - Patch #311160 by moshe weitzman and Damien Tournoud: enhance run-tests.sh by automatically picking up the PHP interpreter. 2008-09-23 10:55:27 +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
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 ba6aa9f515 - Patch #291670 by dhubler, Dries: run tests by file. 2008-08-18 18:52:31 +00:00
Dries Buytaert 43a70352e6 - Patch #254166 by Damien Tournoud: improved error handling of concurrency mode. 2008-07-24 06:46:28 +00:00
Dries Buytaert a4883506e3 - Patch #254166 by boombatower: improve and clean-up the test script. Added color coding and allow people to control the verbosity. 2008-07-07 06:22:18 +00:00
Dries Buytaert 0d76c733e7 - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again. 2008-06-29 12:22:28 +00:00
Dries Buytaert 5efec92ac3 - Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit. 2008-06-24 21:59:20 +00:00
Dries Buytaert 9b82787b22 - 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. 2008-06-24 21:51:03 +00:00
Dries Buytaert 5a9b7c5b71 - Renaming the test script from run-functional-tests.php to run-tests.php. 2008-06-09 07:37:05 +00:00