Log of /contributions/modules/simpletestauto/test_it.php
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.20.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 18 20:36:07 2006 UTC
(3 years, 2 months ago)
by
rokZlender
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-0
Branch point for:
DRUPAL-5
Changes since
1.20.2.10: +64 -48 lines
Diff to
previous 1.20.2.10
, to
branch point 1.20
, to
next main 1.21
- node id is now sent as command line argument
- $bins, $install_dir, $test_server_url, $db_host, $db_user, $db_pass are now stored in simpletestauto_settings.php
- additional modules are now stored in $simpletest_module array and not in drupa variable
- chmoding some folders so if apache is not running run_tests it has permission to write in them
- cvs is now run with ultra quit -Q option
- added debugging functionality
Revision
1.20.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 16 22:54:08 2006 UTC
(3 years, 3 months ago)
by
rokZlender
Branch:
DRUPAL-4-7
Changes since
1.20.2.5: +10 -6 lines
Diff to
previous 1.20.2.5
, to
branch point 1.20
- exit replaced with die(some error)
- additions are now searched for in correct dir even on multi site env
- debug option added if debug checkbox is checked we append $output variable which holds all outputs from exec commands
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 5 08:39:02 2006 UTC
(3 years, 3 months ago)
by
rokZlender
Branch:
MAIN
Changes since
1.16: +10 -7 lines
Diff to
previous 1.16
- uses apache env variables for db user and pass
- test info is now obtained from test node and nid is sent via _GET
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 25 11:38:59 2006 UTC
(3 years, 4 months ago)
by
rokZlender
Branch:
MAIN
Changes since
1.14: +21 -4 lines
Diff to
previous 1.14
- now modules can be tested aswell. Module in question is checked out from cvs and patch is applied
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 21 09:32:52 2006 UTC
(3 years, 4 months ago)
by
rokZlender
Branch:
MAIN
Changes since
1.13: +2 -3 lines
Diff to
previous 1.13
- removed mkdirs for image module because that is now done in setUp method of image module tests
- replaced explode with preg_split now it doesnt matter how modules are listed as long as they have comma in between
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 20 07:41:27 2006 UTC
(3 years, 4 months ago)
by
rokZlender
Branch:
MAIN
Changes since
1.11: +15 -9 lines
Diff to
previous 1.11
- modules listed on settings page are checked out from cvs
- some test are temporarily delted until they are fixed
- if test fail we still want to continue and not terminate testing
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 6 09:37:38 2006 UTC
(3 years, 4 months ago)
by
rokZlender
Branch:
MAIN
Changes since
1.6: +5 -1 lines
Diff to
previous 1.6
- sed command now sets base_url in settings.php
- when tests are finished .clean file is created so we will know which tests to remove
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 26 09:52:16 2006 UTC
(3 years, 5 months ago)
by
rokZlender
Branch:
MAIN
Changes since
1.1: +76 -5 lines
Diff to
previous 1.1
- this script now creates a drupal installation with its own db and also checks out
simpletest module
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.