From 59d8d0995a629b851704e99a899515f2312db065 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 02 Apr 2008 13:21:37 +0000
Subject: [PATCH] fix typo

---
 opends/tests/system-tests/scenario/sample2/sample2.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/system-tests/scenario/sample2/sample2.xml b/opends/tests/system-tests/scenario/sample2/sample2.xml
index 7fac537..10d9677 100755
--- a/opends/tests/system-tests/scenario/sample2/sample2.xml
+++ b/opends/tests/system-tests/scenario/sample2/sample2.xml
@@ -27,9 +27,9 @@
  ! -->
 <stax>
   
-  <defaultcall function="mainSample"/>
+  <defaultcall function="mainSample2"/>
   
-  <function name="mainSample" scope="local">
+  <function name="mainSample2" scope="local">
       <sequence>
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/phases/main_run.xml' % (TESTS_DIR)"/>

--
Gitblit v1.10.0