From 780599c222c2149f828df21613a583e5886bc92d Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Mon, 07 Mar 2011 15:51:04 +0000
Subject: [PATCH] functional tests update logo and paths

---
 opends/tests/staf-tests/shared/xsl/testspec-stylesheet.xsl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/staf-tests/shared/xsl/testspec-stylesheet.xsl b/opends/tests/staf-tests/shared/xsl/testspec-stylesheet.xsl
index 8de24cb..c513334 100644
--- a/opends/tests/staf-tests/shared/xsl/testspec-stylesheet.xsl
+++ b/opends/tests/staf-tests/shared/xsl/testspec-stylesheet.xsl
@@ -34,9 +34,9 @@
 
   <xsl:element name="html">
   
-    <xsl:variable name="opends-url" select="'https://opends.dev.java.net/'"/>
+    <xsl:variable name="opends-url" select="'http://www.forgerock.com/'"/>
     <xsl:variable name="opends-images" select="concat($opends-url,'public/images/')"/>
-    <xsl:variable name="opends-logo" select="concat($opends-images,'opends_logo_sm.png')"/>
+    <xsl:variable name="opends-logo" select="concat($opends-images,'opendj_logo.png')"/>
 
     <link rel="stylesheet" type="text/css" href="/branding/css/print.css" media="print"/>
 
@@ -89,7 +89,7 @@
                     <xsl:value-of select="$opends-logo"/>
                   </xsl:attribute>
                   <xsl:attribute name="alt">
-                    <xsl:value-of select="'OpenDS Logo'"/>
+                    <xsl:value-of select="'OpenDJ Logo'"/>
                   </xsl:attribute>
                   <xsl:attribute name="align">
                     <xsl:value-of select="'middle'"/>

--
Gitblit v1.10.0