You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/12 17:23:08 UTC

svn commit: r232310 [31/92] - in /beehive/trunk/controls/test: common/ infra/gtlf/ infra/gtlf/xsl/ infra/mantis/ infra/tch/ infra/tch/messages/ infra/tch/runtime/ infra/tch/schema/ perf/ perf/bin/ perf/cases/ perf/ctlsrc/org/apache/beehive/controls/per...

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.base.clf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.props Fri Aug 12 08:12:28 2005
@@ -1 +1 @@
-test-suite=modifier-nesting.xml
+test-suite=modifier-nesting.xml

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.xml Fri Aug 12 08:12:28 2005
@@ -1,29 +1,29 @@
-<project name="tch" default="modifier-test">
-  <target name="modifier-test">
-    <test-suite testunit="tu">
-      <test-suite-call antfile="modifier-called-2.xml"/>
-
-      <test-suite-call antfile="modifier-called-2.xml">
-        <test-unit-modifier value="pretu1"/>
-        <test-unit-override value="overtu1"/>
-        <test-name-modifier value="pretest1"/>
-      </test-suite-call>
-
-      <test-suite-call antfile="modifier-called-2.xml">
-        <test-unit-override value="overtu1"/>
-        <append-to-test-unit value="posttu1"/>
-        <append-to-test-name value="posttest1"/>
-      </test-suite-call>
-
-      <test-suite-call antfile="modifier-called-2.xml">
-        <test-unit-modifier value="pretu1"/>
-        <append-to-test-name value="posttest1"/>
-      </test-suite-call>
-
-      <test name="topleveltest">
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
-      </test>
-    </test-suite>
-  </target>
-
-</project>
+<project name="tch" default="modifier-test">
+  <target name="modifier-test">
+    <test-suite testunit="tu">
+      <test-suite-call antfile="modifier-called-2.xml"/>
+
+      <test-suite-call antfile="modifier-called-2.xml">
+        <test-unit-modifier value="pretu1"/>
+        <test-unit-override value="overtu1"/>
+        <test-name-modifier value="pretest1"/>
+      </test-suite-call>
+
+      <test-suite-call antfile="modifier-called-2.xml">
+        <test-unit-override value="overtu1"/>
+        <append-to-test-unit value="posttu1"/>
+        <append-to-test-name value="posttest1"/>
+      </test-suite-call>
+
+      <test-suite-call antfile="modifier-called-2.xml">
+        <test-unit-modifier value="pretu1"/>
+        <append-to-test-name value="posttest1"/>
+      </test-suite-call>
+
+      <test name="topleveltest">
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
+      </test>
+    </test-suite>
+  </target>
+
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-nesting.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-2.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-2.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-2.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-2.xml Fri Aug 12 08:12:28 2005
@@ -1,10 +1,10 @@
-<project name="tch" default="modifier-called">
-  <target name="modifier-called">
-    <test-suite testunit="calledtu1">
-      <test-suite-call antfile="modifier-simplenest-1-3.xml">
-        <test-unit-modifier value="pretu2"/>
-        <!-- test-unit-override value="overtu2"/-->
-      </test-suite-call>
-    </test-suite>
-  </target>
-</project>
+<project name="tch" default="modifier-called">
+  <target name="modifier-called">
+    <test-suite testunit="calledtu1">
+      <test-suite-call antfile="modifier-simplenest-1-3.xml">
+        <test-unit-modifier value="pretu2"/>
+        <!-- test-unit-override value="overtu2"/-->
+      </test-suite-call>
+    </test-suite>
+  </target>
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-3.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-3.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-3.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-3.xml Fri Aug 12 08:12:28 2005
@@ -1,11 +1,11 @@
-<project name="tch" default="modifier-called">
-  <target name="modifier-called">
-    <test-suite testunit="calledtu2">
-
-      <test name="nest2test">
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
-      </test>
-
-    </test-suite>
-  </target>
-</project>
+<project name="tch" default="modifier-called">
+  <target name="modifier-called">
+    <test-suite testunit="calledtu2">
+
+      <test name="nest2test">
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
+      </test>
+
+    </test-suite>
+  </target>
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1-3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.base.clf
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.base.clf?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.base.clf (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.base.clf Fri Aug 12 08:12:28 2005
@@ -1,93 +1,93 @@
-Map passed into logInit():  {tch.NUM_TESTS_SENT=1, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=1}Log level as string:  :  START_TEST
-
-Name:  pretu1.pretu2.overtu1.nest2test
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  pretu1.pretu2.overtu1.nest2test
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  pretu1.pretu2.overtu1.nest2test.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  pretu1.pretu2.overtu1.nest2test.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  pretu1.pretu2.overtu1.nest2test.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-
-
-TOTALS
--------
-TOTAL TESTS:          1
-SUCCESSES:            1  (100.0%)
-FAILURES:             0  (0.0%)
-ABORTS:               0  (0.0%)
-SKIPS:                0  (0.0%)
-VALIDATION SKIPS:     0  (0.0%)
-TIMEOUTS:             0  (0.0%)
-
-INVALIDATIONS:        0
-SCRATCHES:            0
-ABANDONS:             0
-
-
-
-TEST RUN COMPLETE
-
-
+Map passed into logInit():  {tch.NUM_TESTS_SENT=1, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=1}Log level as string:  :  START_TEST
+
+Name:  pretu1.pretu2.overtu1.nest2test
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  pretu1.pretu2.overtu1.nest2test
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  pretu1.pretu2.overtu1.nest2test.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  pretu1.pretu2.overtu1.nest2test.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  pretu1.pretu2.overtu1.nest2test.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-1-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-1.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-1-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+
+
+TOTALS
+-------
+TOTAL TESTS:          1
+SUCCESSES:            1  (100.0%)
+FAILURES:             0  (0.0%)
+ABORTS:               0  (0.0%)
+SKIPS:                0  (0.0%)
+VALIDATION SKIPS:     0  (0.0%)
+TIMEOUTS:             0  (0.0%)
+
+INVALIDATIONS:        0
+SCRATCHES:            0
+ABANDONS:             0
+
+
+
+TEST RUN COMPLETE
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.base.clf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.props Fri Aug 12 08:12:28 2005
@@ -1 +1 @@
-test-suite=modifier-simplenest-1.xml
+test-suite=modifier-simplenest-1.xml

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.xml Fri Aug 12 08:12:28 2005
@@ -1,11 +1,11 @@
-<project name="tch" default="modifier-test">
-  <target name="modifier-test">
-    <test-suite testunit="tu">
-      <test-suite-call antfile="modifier-simplenest-1-2.xml">
-        <test-unit-modifier value="pretu1"/>
-        <test-unit-override value="overtu1"/>
-      </test-suite-call>
-    </test-suite>
-  </target>
-
-</project>
+<project name="tch" default="modifier-test">
+  <target name="modifier-test">
+    <test-suite testunit="tu">
+      <test-suite-call antfile="modifier-simplenest-1-2.xml">
+        <test-unit-modifier value="pretu1"/>
+        <test-unit-override value="overtu1"/>
+      </test-suite-call>
+    </test-suite>
+  </target>
+
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-2.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-2.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-2.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-2.xml Fri Aug 12 08:12:28 2005
@@ -1,11 +1,11 @@
-<project name="tch" default="modifier-called">
-  <target name="modifier-called">
-    <test-suite testunit="calledtu1">
-      <test-suite-call antfile="modifier-simplenest-2-3.xml">
-        <test-unit-modifier value="pretu2"/>
-        <!-- This child override will take precedence over the parent's override -->
-        <test-unit-override value="overtu2"/>
-      </test-suite-call>
-    </test-suite>
-  </target>
-</project>
+<project name="tch" default="modifier-called">
+  <target name="modifier-called">
+    <test-suite testunit="calledtu1">
+      <test-suite-call antfile="modifier-simplenest-2-3.xml">
+        <test-unit-modifier value="pretu2"/>
+        <!-- This child override will take precedence over the parent's override -->
+        <test-unit-override value="overtu2"/>
+      </test-suite-call>
+    </test-suite>
+  </target>
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-3.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-3.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-3.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-3.xml Fri Aug 12 08:12:28 2005
@@ -1,11 +1,11 @@
-<project name="tch" default="modifier-called">
-  <target name="modifier-called">
-    <test-suite testunit="calledtu2">
-
-      <test name="nest2test">
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
-      </test>
-
-    </test-suite>
-  </target>
-</project>
+<project name="tch" default="modifier-called">
+  <target name="modifier-called">
+    <test-suite testunit="calledtu2">
+
+      <test name="nest2test">
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
+      </test>
+
+    </test-suite>
+  </target>
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2-3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.base.clf
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.base.clf?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.base.clf (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.base.clf Fri Aug 12 08:12:28 2005
@@ -1,93 +1,93 @@
-Map passed into logInit():  {tch.NUM_TESTS_SENT=1, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=1}Log level as string:  :  START_TEST
-
-Name:  pretu1.pretu2.overtu2.nest2test
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  pretu1.pretu2.overtu2.nest2test
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  pretu1.pretu2.overtu2.nest2test.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  pretu1.pretu2.overtu2.nest2test.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  pretu1.pretu2.overtu2.nest2test.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
-
-Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
-
-Command line:  
-
-Verbose command line:  
-
-
-
-TOTALS
--------
-TOTAL TESTS:          1
-SUCCESSES:            1  (100.0%)
-FAILURES:             0  (0.0%)
-ABORTS:               0  (0.0%)
-SKIPS:                0  (0.0%)
-VALIDATION SKIPS:     0  (0.0%)
-TIMEOUTS:             0  (0.0%)
-
-INVALIDATIONS:        0
-SCRATCHES:            0
-ABANDONS:             0
-
-
-
-TEST RUN COMPLETE
-
-
+Map passed into logInit():  {tch.NUM_TESTS_SENT=1, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=1}Log level as string:  :  START_TEST
+
+Name:  pretu1.pretu2.overtu2.nest2test
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  pretu1.pretu2.overtu2.nest2test
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  pretu1.pretu2.overtu2.nest2test.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  pretu1.pretu2.overtu2.nest2test.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  pretu1.pretu2.overtu2.nest2test.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/modifier-simplenest-2-3.xml:5
+
+Calling chain: :  ${TCH_HOME}\test\core\task\modifier-simplenest-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-2.xml (4) --> ${TCH_HOME}\test\core\task\modifier-simplenest-2-3.xml
+
+Command line:  
+
+Verbose command line:  
+
+
+
+TOTALS
+-------
+TOTAL TESTS:          1
+SUCCESSES:            1  (100.0%)
+FAILURES:             0  (0.0%)
+ABORTS:               0  (0.0%)
+SKIPS:                0  (0.0%)
+VALIDATION SKIPS:     0  (0.0%)
+TIMEOUTS:             0  (0.0%)
+
+INVALIDATIONS:        0
+SCRATCHES:            0
+ABANDONS:             0
+
+
+
+TEST RUN COMPLETE
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.base.clf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.props Fri Aug 12 08:12:28 2005
@@ -1 +1 @@
-test-suite=modifier-simplenest-2.xml
+test-suite=modifier-simplenest-2.xml

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.xml Fri Aug 12 08:12:28 2005
@@ -1,11 +1,11 @@
-<project name="tch" default="modifier-test">
-  <target name="modifier-test">
-    <test-suite testunit="tu">
-      <test-suite-call antfile="modifier-simplenest-2-2.xml">
-        <test-unit-modifier value="pretu1"/>
-        <test-unit-override value="overtu1"/>
-      </test-suite-call>
-    </test-suite>
-  </target>
-
-</project>
+<project name="tch" default="modifier-test">
+  <target name="modifier-test">
+    <test-suite testunit="tu">
+      <test-suite-call antfile="modifier-simplenest-2-2.xml">
+        <test-unit-modifier value="pretu1"/>
+        <test-unit-override value="overtu1"/>
+      </test-suite-call>
+    </test-suite>
+  </target>
+
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/modifier-simplenest-2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/parent-resolve-suite.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/parent-resolve-suite.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/parent-resolve-suite.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/parent-resolve-suite.xml Fri Aug 12 08:12:28 2005
@@ -1,9 +1,9 @@
-<project name="tch" default="example-suite">
-  <target name="example-suite">
-    <test-suite testunit="basic">
-      <test-suite-call testfile="resolve-suite.xml">
-        <property name="passed-from-parent" value="set-in-parent"/>
-      </test-suite-call>
-    </test-suite>
-  </target>
-</project>
+<project name="tch" default="example-suite">
+  <target name="example-suite">
+    <test-suite testunit="basic">
+      <test-suite-call testfile="resolve-suite.xml">
+        <property name="passed-from-parent" value="set-in-parent"/>
+      </test-suite-call>
+    </test-suite>
+  </target>
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/parent-resolve-suite.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/regression.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/regression.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/regression.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/regression.xml Fri Aug 12 08:12:28 2005
@@ -1,107 +1,107 @@
-<project name="tch" default="regression">
-  <target name="regression">
-    <test-suite testunit="basic">
-      <test name="empty-method">
-        <tch-diff-test 
-          propsfile="test.props"  
-          basefile="test.base.clf"
-          baselogname="testempty"
-        />
-      </test>
-      <test name="resolve-prop">
-        <tch-diff-test 
-          propsfile="resolve-ant-prop.props" 
-          basefile="resolve-ant-prop.base.clf"
-          baselogname="testresolve"
-      />
-      </test>
-
-      <test name="simpletest">
-        <test-metadata>
-          <description>Simple modifier functionality test</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="modifier-1.props"
-          basefile="modifier-1.base.clf"
-          baselogname="modifier-1_LOG"
-        />
-      </test>
-
-      <test name="modifiercombinationtest">
-        <test-metadata>
-          <description>Test different combinations of nesting at the same level</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="modifier-combinations.props"
-          basefile="modifier-combinations.base.clf"
-          baselogname="modifier-combinations_LOG"
-        />
-      </test>
-
-      <test name="simplenest1">
-        <test-metadata>
-          <description>Simple nested test</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="modifier-simplenest-1.props"
-          basefile="modifier-simplenest-1.base.clf"
-          baselogname="modifier-simplenest-1_LOG"
-        />
-      </test>
-
-      <test name="simplenest2">
-        <test-metadata>
-          <description>Simple nested test where child test-unit-override takes precendence</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="modifier-simplenest-2.props"
-          basefile="modifier-simplenest-2.base.clf"
-          baselogname="modifier-simplenest-2_LOG"
-        />
-      </test>
-
-      <test name="complexnest">
-        <test-metadata>
-          <description>More complicated nested modifier test.</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="modifier-nesting.props"
-          basefile="modifier-nesting.base.clf"
-          baselogname="modifier-nesting_LOG"
-        />
-      </test>
-
-      <test name="testblock-basic">
-        <test-metadata>
-          <description>Very basic test-block test.</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="testblock-1.props"
-          basefile="testblock-1.base.clf"
-          baselogname="testblock-1_LOG"
-        />
-      </test>
-      <test name="testblock-testsuitecall">
-        <test-metadata>
-          <description>Test of a testsuite call nested in a testblock when block is passed in as a test-name. This tests a case that was broken before.</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="testblock-tscall.props"
-          basefile="testblock-tscall.base.clf"
-          baselogname="testblock-tscall_LOG"
-        />
-      </test>
-      <test name="testblock-nested">
-        <test-metadata>
-          <description>Test the ability to nest test-blocks within each other and specifying counts > 1 for these cases.</description>
-        </test-metadata>
-        <tch-diff-test
-          propsfile="testblock-nested.props"
-          basefile="testblock-nested.base.clf"
-          baselogname="testblock-nested_LOG"
-        />
-      </test>
-    </test-suite>
-  </target>
-</project>
-
+<project name="tch" default="regression">
+  <target name="regression">
+    <test-suite testunit="basic">
+      <test name="empty-method">
+        <tch-diff-test 
+          propsfile="test.props"  
+          basefile="test.base.clf"
+          baselogname="testempty"
+        />
+      </test>
+      <test name="resolve-prop">
+        <tch-diff-test 
+          propsfile="resolve-ant-prop.props" 
+          basefile="resolve-ant-prop.base.clf"
+          baselogname="testresolve"
+      />
+      </test>
+
+      <test name="simpletest">
+        <test-metadata>
+          <description>Simple modifier functionality test</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="modifier-1.props"
+          basefile="modifier-1.base.clf"
+          baselogname="modifier-1_LOG"
+        />
+      </test>
+
+      <test name="modifiercombinationtest">
+        <test-metadata>
+          <description>Test different combinations of nesting at the same level</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="modifier-combinations.props"
+          basefile="modifier-combinations.base.clf"
+          baselogname="modifier-combinations_LOG"
+        />
+      </test>
+
+      <test name="simplenest1">
+        <test-metadata>
+          <description>Simple nested test</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="modifier-simplenest-1.props"
+          basefile="modifier-simplenest-1.base.clf"
+          baselogname="modifier-simplenest-1_LOG"
+        />
+      </test>
+
+      <test name="simplenest2">
+        <test-metadata>
+          <description>Simple nested test where child test-unit-override takes precendence</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="modifier-simplenest-2.props"
+          basefile="modifier-simplenest-2.base.clf"
+          baselogname="modifier-simplenest-2_LOG"
+        />
+      </test>
+
+      <test name="complexnest">
+        <test-metadata>
+          <description>More complicated nested modifier test.</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="modifier-nesting.props"
+          basefile="modifier-nesting.base.clf"
+          baselogname="modifier-nesting_LOG"
+        />
+      </test>
+
+      <test name="testblock-basic">
+        <test-metadata>
+          <description>Very basic test-block test.</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="testblock-1.props"
+          basefile="testblock-1.base.clf"
+          baselogname="testblock-1_LOG"
+        />
+      </test>
+      <test name="testblock-testsuitecall">
+        <test-metadata>
+          <description>Test of a testsuite call nested in a testblock when block is passed in as a test-name. This tests a case that was broken before.</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="testblock-tscall.props"
+          basefile="testblock-tscall.base.clf"
+          baselogname="testblock-tscall_LOG"
+        />
+      </test>
+      <test name="testblock-nested">
+        <test-metadata>
+          <description>Test the ability to nest test-blocks within each other and specifying counts > 1 for these cases.</description>
+        </test-metadata>
+        <tch-diff-test
+          propsfile="testblock-nested.props"
+          basefile="testblock-nested.base.clf"
+          baselogname="testblock-nested_LOG"
+        />
+      </test>
+    </test-suite>
+  </target>
+</project>
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/regression.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.base.clf
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.base.clf?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.base.clf (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.base.clf Fri Aug 12 08:12:28 2005
@@ -1,246 +1,246 @@
-Map passed into logInit():  {tch.NUM_TESTS_SENT=3, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=3}Log level as string:  :  START_TEST
-
-Name:  basic.resolve-hardcoded-prop
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  basic.resolve-hardcoded-prop
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  basic.resolve-hardcoded-prop.testPrintPropVal
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  basic.resolve-hardcoded-prop.testPrintPropVal
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Output message:  The value of hardcoded-param is hardcoded
-
-Command line:  
-
-Verbose command line:  
-
-Used Parameters: :  hardcoded-param=hardcoded
-param-name=hardcoded-param
-
-Log level as string:  :  CLEANUP
-
-Name:  basic.resolve-hardcoded-prop.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  START_TEST
-
-Name:  basic.resolve-cmd-prop
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  basic.resolve-cmd-prop
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  basic.resolve-cmd-prop.testPrintPropVal
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  basic.resolve-cmd-prop.testPrintPropVal
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Output message:  The value of props-file-param is set-in-props-file
-
-Command line:  
-
-Verbose command line:  
-
-Used Parameters: :  param-name=props-file-param
-props-file-param=set-in-props-file
-
-Log level as string:  :  CLEANUP
-
-Name:  basic.resolve-cmd-prop.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  START_TEST
-
-Name:  basic.resolve-from-parent-prop
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  basic.resolve-from-parent-prop
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  basic.resolve-from-parent-prop.testPrintPropVal
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  basic.resolve-from-parent-prop.testPrintPropVal
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Output message:  The value of parent-prop-param is set-in-parent
-
-Command line:  
-
-Verbose command line:  
-
-Used Parameters: :  param-name=parent-prop-param
-parent-prop-param=set-in-parent
-
-Log level as string:  :  CLEANUP
-
-Name:  basic.resolve-from-parent-prop.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
-
-Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
-
-Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
-
-Command line:  
-
-Verbose command line:  
-
-
-
-TOTALS
--------
-TOTAL TESTS:          3
-SUCCESSES:            3  (100.0%)
-FAILURES:             0  (0.0%)
-ABORTS:               0  (0.0%)
-SKIPS:                0  (0.0%)
-VALIDATION SKIPS:     0  (0.0%)
-TIMEOUTS:             0  (0.0%)
-
-INVALIDATIONS:        0
-SCRATCHES:            0
-ABANDONS:             0
-
-
-
-TEST RUN COMPLETE
-
-
+Map passed into logInit():  {tch.NUM_TESTS_SENT=3, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=3}Log level as string:  :  START_TEST
+
+Name:  basic.resolve-hardcoded-prop
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  basic.resolve-hardcoded-prop
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  basic.resolve-hardcoded-prop.testPrintPropVal
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  basic.resolve-hardcoded-prop.testPrintPropVal
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Output message:  The value of hardcoded-param is hardcoded
+
+Command line:  
+
+Verbose command line:  
+
+Used Parameters: :  hardcoded-param=hardcoded
+param-name=hardcoded-param
+
+Log level as string:  :  CLEANUP
+
+Name:  basic.resolve-hardcoded-prop.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:6
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  START_TEST
+
+Name:  basic.resolve-cmd-prop
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  basic.resolve-cmd-prop
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  basic.resolve-cmd-prop.testPrintPropVal
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  basic.resolve-cmd-prop.testPrintPropVal
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Output message:  The value of props-file-param is set-in-props-file
+
+Command line:  
+
+Verbose command line:  
+
+Used Parameters: :  param-name=props-file-param
+props-file-param=set-in-props-file
+
+Log level as string:  :  CLEANUP
+
+Name:  basic.resolve-cmd-prop.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:12
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  START_TEST
+
+Name:  basic.resolve-from-parent-prop
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  basic.resolve-from-parent-prop
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  basic.resolve-from-parent-prop.testPrintPropVal
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  basic.resolve-from-parent-prop.testPrintPropVal
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Output message:  The value of parent-prop-param is set-in-parent
+
+Command line:  
+
+Verbose command line:  
+
+Used Parameters: :  param-name=parent-prop-param
+parent-prop-param=set-in-parent
+
+Log level as string:  :  CLEANUP
+
+Name:  basic.resolve-from-parent-prop.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest
+
+Source path:  file:${TCH_HOME}/test/core/task/resolve-suite.xml:18
+
+Calling chain: :  ${TCH_HOME}\test\core\task\parent-resolve-suite.xml (4) --> ${TCH_HOME}\test\core\task\resolve-suite.xml
+
+Command line:  
+
+Verbose command line:  
+
+
+
+TOTALS
+-------
+TOTAL TESTS:          3
+SUCCESSES:            3  (100.0%)
+FAILURES:             0  (0.0%)
+ABORTS:               0  (0.0%)
+SKIPS:                0  (0.0%)
+VALIDATION SKIPS:     0  (0.0%)
+TIMEOUTS:             0  (0.0%)
+
+INVALIDATIONS:        0
+SCRATCHES:            0
+ABANDONS:             0
+
+
+
+TEST RUN COMPLETE
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.base.clf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.props Fri Aug 12 08:12:28 2005
@@ -1,4 +1,4 @@
-test-suite=parent-resolve-suite.xml
-
-# this one is for the test
-set-in-props-file=set-in-props-file
+test-suite=parent-resolve-suite.xml
+
+# this one is for the test
+set-in-props-file=set-in-props-file

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-ant-prop.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-suite.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-suite.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-suite.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-suite.xml Fri Aug 12 08:12:28 2005
@@ -1,28 +1,28 @@
-<project name="tch" default="example-suite">
-
-  <target name="example-suite">
-    <test-suite testunit="basic">
-      <!-- simple, no ant prop reference -->
-      <test name="resolve-hardcoded-prop">
-        <test-parameter name="param-name" value="hardcoded-param"/>
-        <test-parameter name="hardcoded-param" value="hardcoded"/>
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest"/>
-      </test>
-      <!-- this one is passed from props file -->
-      <test name="resolve-cmd-prop">
-        <test-parameter name="param-name" value="props-file-param"/>
-        <test-parameter name="props-file-param" value="%{set-in-props-file}"/>
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest"/>
-      </test>
-      <!-- this one is passed from the parent file -->
-      <test name="resolve-from-parent-prop">
-        <test-parameter name="param-name" value="parent-prop-param"/>
-        <test-parameter name="parent-prop-param" value="%{passed-from-parent}"/>
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest"/>
-      </test>
-    </test-suite>
-  </target>
-
-</project>
-
-
+<project name="tch" default="example-suite">
+
+  <target name="example-suite">
+    <test-suite testunit="basic">
+      <!-- simple, no ant prop reference -->
+      <test name="resolve-hardcoded-prop">
+        <test-parameter name="param-name" value="hardcoded-param"/>
+        <test-parameter name="hardcoded-param" value="hardcoded"/>
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest"/>
+      </test>
+      <!-- this one is passed from props file -->
+      <test name="resolve-cmd-prop">
+        <test-parameter name="param-name" value="props-file-param"/>
+        <test-parameter name="props-file-param" value="%{set-in-props-file}"/>
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest"/>
+      </test>
+      <!-- this one is passed from the parent file -->
+      <test name="resolve-from-parent-prop">
+        <test-parameter name="param-name" value="parent-prop-param"/>
+        <test-parameter name="parent-prop-param" value="%{passed-from-parent}"/>
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.SimplePropResolveTest"/>
+      </test>
+    </test-suite>
+  </target>
+
+</project>
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/resolve-suite.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/short-suite.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/short-suite.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/short-suite.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/short-suite.xml Fri Aug 12 08:12:28 2005
@@ -1,15 +1,15 @@
-<project name="tch" default="example-suite">
-
-  <!-- See if we can run a javatest test -->
-
-  <target name="example-suite">
-    <test-suite testunit="basic">
-      <test name="empty-method">
-        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
-      </test>
-    </test-suite>
-  </target>
-
-</project>
-
-
+<project name="tch" default="example-suite">
+
+  <!-- See if we can run a javatest test -->
+
+  <target name="example-suite">
+    <test-suite testunit="basic">
+      <test name="empty-method">
+        <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
+      </test>
+    </test-suite>
+  </target>
+
+</project>
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/short-suite.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-2.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-2.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-2.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-2.props Fri Aug 12 08:12:28 2005
@@ -1,6 +1,6 @@
-test-suite=stdout-logging.xml
-tch.failfast-validation=false
-tch.log.inform-as-details=false
-#tch.log.stdout-as-inform=false
-
-
+test-suite=stdout-logging.xml
+tch.failfast-validation=false
+tch.log.inform-as-details=false
+#tch.log.stdout-as-inform=false
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-2.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-3.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-3.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-3.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-3.props Fri Aug 12 08:12:28 2005
@@ -1,6 +1,6 @@
-test-suite=stdout-logging.xml
-tch.failfast-validation=false
-tch.log.inform-as-details=false
-tch.log.stdout-as-inform=false
-
-
+test-suite=stdout-logging.xml
+tch.failfast-validation=false
+tch.log.inform-as-details=false
+tch.log.stdout-as-inform=false
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-3.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-4.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-4.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-4.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-4.props Fri Aug 12 08:12:28 2005
@@ -1,6 +1,6 @@
-test-suite=stdout-logging.xml
-tch.failfast-validation=false
-#tch.log.inform-as-details=false
-tch.log.stdout-as-inform=false
-
-
+test-suite=stdout-logging.xml
+tch.failfast-validation=false
+#tch.log.inform-as-details=false
+tch.log.stdout-as-inform=false
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging-4.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.props Fri Aug 12 08:12:28 2005
@@ -1,6 +1,6 @@
-test-suite=stdout-logging.xml
-tch.failfast-validation=false
-#tch.log.inform-as-details=false
-#tch.log.stdout-as-inform=false
-
-
+test-suite=stdout-logging.xml
+tch.failfast-validation=false
+#tch.log.inform-as-details=false
+#tch.log.stdout-as-inform=false
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.xml?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.xml (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.xml Fri Aug 12 08:12:28 2005
@@ -1,22 +1,22 @@
-<project name="tch" default="all">
-
-  <target name="all">
-    <test-suite testunit="foo-unit">
-
-        <test name="test1">
-          <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
-        </test>
-      	<test name="test2">
-	  <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.StdoutLoggingFailureTest"/>
-	</test>
-        <test name="test3">
-          <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
-        </test>
-        <test name="test4">
-          <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.StdoutLoggingFailureTest"/>
-        </test>
-
-    </test-suite>
-  </target>
-
-</project>
+<project name="tch" default="all">
+
+  <target name="all">
+    <test-suite testunit="foo-unit">
+
+        <test name="test1">
+          <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
+        </test>
+      	<test name="test2">
+	  <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.StdoutLoggingFailureTest"/>
+	</test>
+        <test name="test3">
+          <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest"/>
+        </test>
+        <test name="test4">
+          <javatest testclass="org.apache.beehive.test.tools.tch.internal.test.StdoutLoggingFailureTest"/>
+        </test>
+
+    </test-suite>
+  </target>
+
+</project>

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/stdout-logging.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.base.clf
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.base.clf?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.base.clf (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.base.clf Fri Aug 12 08:12:28 2005
@@ -1,83 +1,83 @@
-Map passed into logInit():  {tch.NUM_TESTS_SENT=1, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=1}Log level as string:  :  START_TEST
-
-Name:  basic.empty-method
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  basic.empty-method
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  basic.empty-method.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  basic.empty-method.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  basic.empty-method.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
-
-Command line:  
-
-Verbose command line:  
-
-
-
-TOTALS
--------
-TOTAL TESTS:          1
-SUCCESSES:            1  (100.0%)
-FAILURES:             0  (0.0%)
-ABORTS:               0  (0.0%)
-SKIPS:                0  (0.0%)
-VALIDATION SKIPS:     0  (0.0%)
-TIMEOUTS:             0  (0.0%)
-
-INVALIDATIONS:        0
-SCRATCHES:            0
-ABANDONS:             0
-
-
-
-TEST RUN COMPLETE
-
-
+Map passed into logInit():  {tch.NUM_TESTS_SENT=1, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=1}Log level as string:  :  START_TEST
+
+Name:  basic.empty-method
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  basic.empty-method
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  basic.empty-method.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  basic.empty-method.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  basic.empty-method.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/short-suite.xml:7
+
+Command line:  
+
+Verbose command line:  
+
+
+
+TOTALS
+-------
+TOTAL TESTS:          1
+SUCCESSES:            1  (100.0%)
+FAILURES:             0  (0.0%)
+ABORTS:               0  (0.0%)
+SKIPS:                0  (0.0%)
+VALIDATION SKIPS:     0  (0.0%)
+TIMEOUTS:             0  (0.0%)
+
+INVALIDATIONS:        0
+SCRATCHES:            0
+ABANDONS:             0
+
+
+
+TEST RUN COMPLETE
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.base.clf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.props Fri Aug 12 08:12:28 2005
@@ -1 +1 @@
-test-suite=short-suite.xml
+test-suite=short-suite.xml

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/test.props
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.base.clf
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.base.clf?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.base.clf (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.base.clf Fri Aug 12 08:12:28 2005
@@ -1,337 +1,337 @@
-Map passed into logInit():  {tch.NUM_TESTS_SENT=2, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=2}Log level as string:  :  START_TEST
-
-Name:  foo-unit.block1
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:10
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  foo-unit.test1
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  foo-unit.test1.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  NESTED
-
-Name:  foo-unit.block1.foo-unit.test1.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  foo-unit.test1.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  foo-unit.test2
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  foo-unit.test2.testFailure
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  NESTED
-
-Name:  foo-unit.block1.foo-unit.test2.testFailure
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
-
-Output message:  test failed
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  foo-unit.test2.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  NESTED_SKIP
-
-Name:  foo-unit.test3.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:19
-
-Output message:  Skipping test in the test-block foo-unit.block1 because Logical test foo-unit.block1.foo-unit.test2.testFailure failed.
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  FAILURE
-
-Name:  foo-unit.block1
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:10
-
-Output message:  Test-block failed due to a failure of nested test "foo-unit.block1.foo-unit.test2.testFailure". OutputMessage: test failed. Other tests in the test-block will not run.
-
-Command line:  tch.sh run -Dtest-suite="${TCH_HOME}/test/core/task/testblock-1.xml" -Dtch.failfast-validation="false" -Dtch.log-gtlf="false" -Dtch.test-names="foo-unit.block1"
-
-Verbose command line:  java org.apache.tools.ant.Main run -emacs -f ${TCH_HOME}/build.xml -Dtest-suite="${TCH_HOME}/test/core/task/testblock-1.xml" -Dtch.failfast-validation="false" -Dtch.home="${TCH_HOME}" -Dtch.log-gtlf="false" -Dtch.test-names="foo-unit.block1"
-
-Log level as string:  :  START_TEST
-
-Name:  foo-unit.block2
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:26
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  foo-unit.test4
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  foo-unit.test4.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  NESTED
-
-Name:  foo-unit.block2.foo-unit.test4.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  foo-unit.test4.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  foo-unit.test5
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  foo-unit.test5.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  NESTED
-
-Name:  foo-unit.block2.foo-unit.test5.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  foo-unit.test5.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  INIT
-
-Name:  foo-unit.test6
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  BEGIN
-
-Name:  foo-unit.test6.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  NESTED
-
-Name:  foo-unit.block2.foo-unit.test6.testSuccess
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
-
-Output message:  test succeeded
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  CLEANUP
-
-Name:  foo-unit.test6.cleanup
-
-Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
-
-Command line:  
-
-Verbose command line:  
-
-Log level as string:  :  SUCCESS
-
-Name:  foo-unit.block2
-
-Custom path:  
-
-Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:26
-
-Output message:  block-test
-
-Command line:  
-
-Verbose command line:  
-
-
-
-TOTALS
--------
-TOTAL TESTS:          2
-SUCCESSES:            1  (50.0%)
-FAILURES:             1  (50.0%)
-ABORTS:               0  (0.0%)
-SKIPS:                0  (0.0%)
-VALIDATION SKIPS:     0  (0.0%)
-TIMEOUTS:             0  (0.0%)
-
-INVALIDATIONS:        0
-SCRATCHES:            0
-ABANDONS:             0
-
-
-
-TEST RUN COMPLETE
-
-
+Map passed into logInit():  {tch.NUM_TESTS_SENT=2, tch.LOG_PROGRESS_INFO=false, tch.EXPECTED_NUM_TESTS=2}Log level as string:  :  START_TEST
+
+Name:  foo-unit.block1
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:10
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  foo-unit.test1
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  foo-unit.test1.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  NESTED
+
+Name:  foo-unit.block1.foo-unit.test1.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  foo-unit.test1.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:11
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  foo-unit.test2
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  foo-unit.test2.testFailure
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  NESTED
+
+Name:  foo-unit.block1.foo-unit.test2.testFailure
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
+
+Output message:  test failed
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  foo-unit.test2.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptyFailureTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:15
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  NESTED_SKIP
+
+Name:  foo-unit.test3.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:19
+
+Output message:  Skipping test in the test-block foo-unit.block1 because Logical test foo-unit.block1.foo-unit.test2.testFailure failed.
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  FAILURE
+
+Name:  foo-unit.block1
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:10
+
+Output message:  Test-block failed due to a failure of nested test "foo-unit.block1.foo-unit.test2.testFailure". OutputMessage: test failed. Other tests in the test-block will not run.
+
+Command line:  tch.sh run -Dtest-suite="${TCH_HOME}/test/core/task/testblock-1.xml" -Dtch.failfast-validation="false" -Dtch.log-gtlf="false" -Dtch.test-names="foo-unit.block1"
+
+Verbose command line:  java org.apache.tools.ant.Main run -emacs -f ${TCH_HOME}/build.xml -Dtest-suite="${TCH_HOME}/test/core/task/testblock-1.xml" -Dtch.failfast-validation="false" -Dtch.home="${TCH_HOME}" -Dtch.log-gtlf="false" -Dtch.test-names="foo-unit.block1"
+
+Log level as string:  :  START_TEST
+
+Name:  foo-unit.block2
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:26
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  foo-unit.test4
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  foo-unit.test4.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  NESTED
+
+Name:  foo-unit.block2.foo-unit.test4.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  foo-unit.test4.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:27
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  foo-unit.test5
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  foo-unit.test5.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  NESTED
+
+Name:  foo-unit.block2.foo-unit.test5.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  foo-unit.test5.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:31
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  INIT
+
+Name:  foo-unit.test6
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  BEGIN
+
+Name:  foo-unit.test6.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  NESTED
+
+Name:  foo-unit.block2.foo-unit.test6.testSuccess
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
+
+Output message:  test succeeded
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  CLEANUP
+
+Name:  foo-unit.test6.cleanup
+
+Custom path:  org.apache.beehive.test.tools.tch.internal.test.EmptySuccessTest
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:35
+
+Command line:  
+
+Verbose command line:  
+
+Log level as string:  :  SUCCESS
+
+Name:  foo-unit.block2
+
+Custom path:  
+
+Source path:  file:${TCH_HOME}/test/core/task/testblock-1.xml:26
+
+Output message:  block-test
+
+Command line:  
+
+Verbose command line:  
+
+
+
+TOTALS
+-------
+TOTAL TESTS:          2
+SUCCESSES:            1  (50.0%)
+FAILURES:             1  (50.0%)
+ABORTS:               0  (0.0%)
+SKIPS:                0  (0.0%)
+VALIDATION SKIPS:     0  (0.0%)
+TIMEOUTS:             0  (0.0%)
+
+INVALIDATIONS:        0
+SCRATCHES:            0
+ABANDONS:             0
+
+
+
+TEST RUN COMPLETE
+
+

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.base.clf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.props
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.props?rev=232310&r1=232309&r2=232310&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.props (original)
+++ beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.props Fri Aug 12 08:12:28 2005
@@ -1,2 +1,2 @@
-test-suite=testblock-1.xml
-tch.failfast-validation=false
+test-suite=testblock-1.xml
+tch.failfast-validation=false

Propchange: beehive/trunk/controls/test/tools/tch/deploy/test/core/task/testblock-1.props
------------------------------------------------------------------------------
    svn:eol-style = native