From 94f992bfd82bb540b5b057a86a564289a647fce3 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
---
opendj-sdk/opends/tests/staf-tests/shared/python/common.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/staf-tests/shared/python/common.py b/opendj-sdk/opends/tests/staf-tests/shared/python/common.py
index 2ca6890..cea23b4 100644
--- a/opendj-sdk/opends/tests/staf-tests/shared/python/common.py
+++ b/opendj-sdk/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