From 673cf2694fc5463a9f8a3f2df17f207480c288c6 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 29 Sep 2009 15:53:27 +0000
Subject: [PATCH] clean up of XML reporting in staf tests
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index 0aabc67..f194e16 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -735,7 +735,6 @@
_message='Generated groups test report.'
xslfile= '%s/gen-groups-report.xsl' % TESTS_XSL_DIR
htmlfile= '%s/groups.html' % logsReportDir
- testslog= '%s/tests-log.xml' % logsTestsDir
groupsReport=report_generation()
stringParamsDict={}
@@ -812,7 +811,7 @@
htmlfile='%s/%s-report.html' % (groupDir,testSuiteShortName)
- stringParamsDict={ 'group' : testGroupName, 'suite' : testSuiteName, 'tests-log' : testslog }
+ stringParamsDict={ 'group' : testGroupName, 'suite' : testSuiteName }
casesReport=report_generation()
@@ -910,7 +909,7 @@
<location>'%s' % STAF_LOCAL_HOSTNAME </location>
<service>'email'</service>
<request>
- 'send %s contenttype "text/html" file %s subject "%s" noheader' % (MailSendTo,MailSendReport,MailSubject)
+ 'send %s contenttype "text/html" file "%s" subject "%s" noheader' % (MailSendTo,MailSendReport,MailSubject)
</request>
</stafcmd>
--
Gitblit v1.10.0