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/functions/environment.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/tests/staf-tests/shared/functions/environment.xml b/opends/tests/staf-tests/shared/functions/environment.xml
index ce4fa87..f17371d 100755
--- a/opends/tests/staf-tests/shared/functions/environment.xml
+++ b/opends/tests/staf-tests/shared/functions/environment.xml
@@ -24,6 +24,7 @@
  ! CDDL HEADER END
  !
  !      Copyright 2007-2010 Sun Microsystems, Inc.
+ !      Portions Copyright 2011 ForgeRock AS
  ! -->
 <stax>
   
@@ -527,8 +528,8 @@
       </call>
       <call function="'copyFile'">
         {
-        'srcfile'    : '%s/opends_logo_sm.png' % TESTS_RESOURCE_DIR,
-        'destfile'   : '%s/opends_logo_sm.png' % logs.reports
+        'srcfile'    : '%s/opendj_logo.png' % TESTS_RESOURCE_DIR,
+        'destfile'   : '%s/opendj_logo.png' % logs.reports
         }
       </call>
 

--
Gitblit v1.10.0