From fbc6a558b72810fc6d898b1f46c2e3b87ada358c Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Fri, 04 Jan 2008 13:23:23 +0000
Subject: [PATCH] lowercase name of html file for test report generation
---
opends/tests/functional-tests/shared/xsl/gen-groups-report.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/xsl/gen-groups-report.xsl b/opends/tests/functional-tests/shared/xsl/gen-groups-report.xsl
index 5291c4f..6a11085 100644
--- a/opends/tests/functional-tests/shared/xsl/gen-groups-report.xsl
+++ b/opends/tests/functional-tests/shared/xsl/gen-groups-report.xsl
@@ -365,7 +365,7 @@
</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="href">
- <xsl:value-of select="concat($url,$tests-dir,'/testlogs/',$groupdir,'/',@name,'.html')"/>
+ <xsl:value-of select="concat($url,$tests-dir,'/testlogs/',$groupdir,'/',$groupdir,'.html')"/>
</xsl:attribute>
<xsl:value-of select="@name"/>
</xsl:element>
--
Gitblit v1.10.0