From 4551d45398538e5bb5219d27ffc1c562349f6596 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 30 Sep 2008 20:24:53 +0000
Subject: [PATCH] functional-tests fix svn revision number
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index 74f8996..b5b5666 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -202,7 +202,7 @@
ServerInfoKey='svn revision'
if ServerInfoDict.has_key(ServerInfoKey):
- ServerSvnRevision=ServerInfoDict[ServerInfoKey]
+ ServerRevision=ServerInfoDict[ServerInfoKey]
else:
ServerInfoDict='No key found (%s)' % ServerPath
--
Gitblit v1.10.0