You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by iv...@apache.org on 2007/06/26 12:15:29 UTC

svn commit: r550765 - /harmony/enhanced/buildtest/branches/2.0/tests/tools/harness/org/apache/harmony/harness/ReportTool/StoreResAsJU.java

Author: ivavladimir
Date: Tue Jun 26 03:15:27 2007
New Revision: 550765

URL: http://svn.apache.org/viewvc?view=rev&rev=550765
Log:
test run command was added as property

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/tools/harness/org/apache/harmony/harness/ReportTool/StoreResAsJU.java

Modified: harmony/enhanced/buildtest/branches/2.0/tests/tools/harness/org/apache/harmony/harness/ReportTool/StoreResAsJU.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/tools/harness/org/apache/harmony/harness/ReportTool/StoreResAsJU.java?view=diff&rev=550765&r1=550764&r2=550765
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/tools/harness/org/apache/harmony/harness/ReportTool/StoreResAsJU.java (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/tools/harness/org/apache/harmony/harness/ReportTool/StoreResAsJU.java Tue Jun 26 03:15:27 2007
@@ -227,9 +227,11 @@
                 + "\t<property name='platform' value='"
                 + test.getTestedPlatform() + "'/>\n"
                 + "\t<property name='runtime' value='" + test.getTestedVM()
-                + "'/>\n" + "\t<property name='date' value='" + test.getDate()
-                + "'/>\n" + "\t<property name='status' value='"
-                + test.getExecStat() + resultMsg + "'/>\n" + "</properties>\n"
+                + "'/>\n" + "\t<property name='command'><![CDATA["
+                + test.getExecCmdAsString(" ") + "]]></property>\n"
+                + "\t<property name='date' value='" + test.getDate() + "'/>\n"
+                + "\t<property name='status' value='" + test.getExecStat()
+                + resultMsg + "'/>\n" + "</properties>\n"
                 + "<testcase classname='"
                 + test.getTestID().replace(Constants.INTERNAL_FILE_SEP_C, '.')
                 + "' name='test' time='" + totalTime + "'>\n" + resMsg