Index: openacs-4/packages/acs-automated-testing/acs-automated-testing.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/acs-automated-testing.info,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-automated-testing/acs-automated-testing.info 19 Feb 2004 14:59:42 -0000 1.8 +++ openacs-4/packages/acs-automated-testing/acs-automated-testing.info 24 Feb 2004 13:45:47 -0000 1.9 @@ -7,19 +7,21 @@ t f - + OpenACS The interface to the automated testing facilities within OpenACS. 2004-01-21 OpenACS Provides a UI for viewing and running automated tests provided by each package within the OpenACS system. - + + Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 24 Feb 2004 13:13:13 -0000 1.31 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 24 Feb 2004 13:45:29 -0000 1.32 @@ -1047,7 +1047,7 @@ foreach entry { name os dbtype dbversion webserver openacs_cvs_flag adminemail adminpassword install_begin_epoch install_end_epoch install_end_timestamp num_errors - install_duration install_duration_pretty script_path + install_duration install_duration_pretty script_path description } { set service($entry) "n/a" } Index: openacs-4/packages/acs-automated-testing/www/admin/install/server.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/install/Attic/server.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-automated-testing/www/admin/install/server.adp 24 Feb 2004 10:52:53 -0000 1.4 +++ openacs-4/packages/acs-automated-testing/www/admin/install/server.adp 24 Feb 2004 13:45:30 -0000 1.5 @@ -5,6 +5,8 @@ + +
  • Installation:
  • -
  • Users - -
  • Logs
  • +
  • Test failures + + + none + + + + + + + + + + + + + +
    Test caseFailure count
    @testcase_failures.testcase_id@@testcase_failures.count@
    +
    +
    + +

    + Unknown. Missing test report file at path @test_path@ +

    +
    +
  • -

    Test failures

    - - - none - - - - - - - - - - - - - -
    Test caseFailure count
    @testcase_failures.testcase_id@@testcase_failures.count@
    -
    -
    - -

    - Unknown. Missing test report file at path @test_path@ -

    -
    -

    Rebuild

    - -

    Tar-ball

    - -

    - TODO -

    Index: openacs-4/packages/acs-automated-testing/www/admin/install/server.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/install/Attic/server.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-automated-testing/www/admin/install/server.tcl 24 Feb 2004 10:52:53 -0000 1.4 +++ openacs-4/packages/acs-automated-testing/www/admin/install/server.tcl 24 Feb 2004 13:45:30 -0000 1.5 @@ -20,7 +20,7 @@ } } -set page_title "Control Page For $service(name)" +set page_title "Control Page for Server $service(name)" set context [list $page_title] set time [ns_time]