From 05fc9730274b38fa72103b026452fcd5ee22baac Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 10 Nov 2008 16:02:48 +0000
Subject: [PATCH] Issue 851: log archiving, reporting and results collection fix test names
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index 8be924a..a6ff613 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -597,12 +597,9 @@
tcsuiteshort=tcsuite
else:
tcsuite=tcgroup
- if tcnamesplit[2]:
- tcshortname=tcnamesplit[2].strip()
else:
tcgroup=tcname
tcsuite=tcname
- tcshortname=tcname
tcsuiteshort=tcname
if testDict[tcname].has_key('pass'):
@@ -640,6 +637,7 @@
else:
tcresult='fail'
+ tcshortname=get_test_name(tcname)
tcdurationsecs=test_time().timeToSeconds(tcduration)
# Create the testgroup element
--
Gitblit v1.10.0