/[drupal]/contributions/modules/simpletestauto/test_it.php
ViewVC logotype

Log of /contributions/modules/simpletestauto/test_it.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.20.2.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 4 21:54:48 2007 UTC (2 years, 1 month ago) by rokZlender
Branch: DRUPAL-5
Changes since 1.20.2.11.2.3: +58 -13 lines
Diff to previous 1.20.2.11.2.3 , to branch point 1.20.2.11
small changes

Revision 1.20.2.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 9 12:49:04 2007 UTC (2 years, 4 months ago) by rokZlender
Branch: DRUPAL-5
Changes since 1.20.2.11.2.2: +43 -5 lines
Diff to previous 1.20.2.11.2.2 , to branch point 1.20.2.11
- added syntax checking thanks Killes for an idea
- in execute if output is not empty it is displayed not regarding $debug

Revision 1.20.2.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 8 09:10:45 2007 UTC (2 years, 4 months ago) by rokZlender
Branch: DRUPAL-5
Changes since 1.20.2.11.2.1: +6 -6 lines
Diff to previous 1.20.2.11.2.1 , to branch point 1.20.2.11
- new line at the end of exit msg

Revision 1.20.2.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 7 08:47:53 2007 UTC (2 years, 4 months ago) by rokZlender
Branch: DRUPAL-5
Changes since 1.20.2.11: +115 -258 lines
Diff to previous 1.20.2.11
Completely rebuild simpletestauto module currently only checks if patch applies

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 08:25:05 2007 UTC (2 years, 8 months ago) by rokZlender
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +75 -51 lines
Diff to previous 1.20
- patching now the same as in 4.7
- terminateTesting checks output for failures

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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 15:55:01 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.9: +7 -5 lines
Diff to previous 1.20.2.9 , to branch point 1.20
- tests are now deleted in install function because each version has different tests that work
- to get passed tag instance needs at lest 1 passed test and 0 failed

Revision 1.20.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 19:08:12 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.8: +4 -36 lines
Diff to previous 1.20.2.8 , to branch point 1.20
- patch is now applied in any format if it fails we output msg

Revision 1.20.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 09:42:53 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.7: +31 -4 lines
Diff to previous 1.20.2.7 , to branch point 1.20
- terminate testing function now checks the result for fails and passes nad reportes status to writeResult function

Revision 1.20.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 23:39:29 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.6: +42 -15 lines
Diff to previous 1.20.2.6 , to branch point 1.20
- all paths to binaries are now gethered in one array

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.20.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 16 09:00:10 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.4: +2 -1 lines
Diff to previous 1.20.2.4 , to branch point 1.20
- result is passed through nl2br() so it looks a bit prettier

Revision 1.20.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 16 07:25:40 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.3: +15 -12 lines
Diff to previous 1.20.2.3 , to branch point 1.20
- every system executable is now looked for in /usr/bin
- tested flasg is checked if it really is set to 1 SIMPLETESTAUTO_IN_PROGRESS

Revision 1.20.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 09:23:13 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.2: +14 -16 lines
Diff to previous 1.20.2.2 , to branch point 1.20
- fixed a problem when simpletest libraries included a file with same name as the patched file

Revision 1.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 13 22:04:34 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20.2.1: +14 -3 lines
Diff to previous 1.20.2.1 , to branch point 1.20
- lines that make this script work in multisite environment

Revision 1.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 13 07:46:54 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: DRUPAL-4-7
Changes since 1.20: +6 -7 lines
Diff to previous 1.20
- few bugs fixed

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 09:50:56 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.19: +20 -9 lines
Diff to previous 1.19
- multiple file patch can now be applied

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 10:35:31 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18
- profiles are in their own dirs and page and story module removed

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 09:58:48 2006 UTC (3 years, 3 months ago) by rokZlender
Branch: MAIN
Changes since 1.17: +89 -24 lines
Diff to previous 1.17
- added feature to test different versions of drupal

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.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 09:00:58 2006 UTC (3 years, 4 months ago) by rokZlender
Branch: MAIN
Changes since 1.15: +16 -1 lines
Diff to previous 1.15
- extra modules are now enabled with profiles

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 20 08:31:41 2006 UTC (3 years, 4 months ago) by rokZlender
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
- two more directories are created for image module tests to pass

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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 17 10:37:26 2006 UTC (3 years, 4 months ago) by rokZlender
Branch: MAIN
Changes since 1.10: +16 -15 lines
Diff to previous 1.10
- procedure changed so it now uses drupals new install system

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 11 17:02:13 2006 UTC (3 years, 4 months ago) by rokZlender
Branch: MAIN
Changes since 1.9: +8 -8 lines
Diff to previous 1.9
- important variables can now be set on simpletestauto settings page

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 8 13:00:33 2006 UTC (3 years, 4 months ago) by rokZlender
Branch: MAIN
Changes since 1.8: +0 -1 lines
Diff to previous 1.8
- removed unused variable db_name

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 8 12:37:05 2006 UTC (3 years, 4 months ago) by rokZlender
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
- tmp test result file is deleted
- write result is called directly and not by xml-rpc call

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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 09:41:16 2006 UTC (3 years, 5 months ago) by rokZlender
Branch: MAIN
Changes since 1.5: +11 -7 lines
Diff to previous 1.5
- test run added
- results are returned to test server

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 29 09:40:47 2006 UTC (3 years, 5 months ago) by rokZlender
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4
- modified sed command it now works
- check whether settings were actually changed

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 28 10:44:12 2006 UTC (3 years, 5 months ago) by rokZlender
Branch: MAIN
Changes since 1.3: +21 -0 lines
Diff to previous 1.3
Added lines that apply patch.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 26 10:29:40 2006 UTC (3 years, 5 months ago) by rokZlender
Branch: MAIN
Changes since 1.2: +21 -4 lines
Diff to previous 1.2
Added check out of simpletest libraries

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

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 24 08:42:13 2006 UTC (3 years, 5 months ago) by rokZlender
Branch: MAIN
Script that will run the test and return result with xmlrpc call.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2