From ccb383c5308f88916e6946ef9479cedef8d98481 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 04 Aug 2009 10:14:21 +0000
Subject: [PATCH] refactoring to use different backend types
---
opends/tests/staf-tests/shared/python/common.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/tests/staf-tests/shared/python/common.py b/opends/tests/staf-tests/shared/python/common.py
index 2ca6890..cea23b4 100644
--- a/opends/tests/staf-tests/shared/python/common.py
+++ b/opends/tests/staf-tests/shared/python/common.py
@@ -256,6 +256,7 @@
self.port=''
self.dn=''
self.password=''
+ self.suffix=''
self.backend=''
def location(self,location):
--
Gitblit v1.10.0