summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/server.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-21 08:41:48 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-21 08:41:48 +0000
commit1c3e204532bf158f51b1aa588852f78eb102cc40 (patch)
treea319f060a5dba4389b4a06847706a41178bb00c7 /rdiff-backup/testing/server.py
parent178141703dba8dfa351df7e6294112c952bd9338 (diff)
downloadrdiff-backup-1c3e204532bf158f51b1aa588852f78eb102cc40.tar.gz
Minor test suite bug fixes
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@14 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/server.py')
-rwxr-xr-xrdiff-backup/testing/server.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/testing/server.py b/rdiff-backup/testing/server.py
index 17e11ca..5baaca2 100755
--- a/rdiff-backup/testing/server.py
+++ b/rdiff-backup/testing/server.py
@@ -9,6 +9,10 @@ If not run from the source directory, the only argument should be
the directory the source files are in.
"""
+def Test_SetConnGlobals(conn, setting, value):
+ """This is used in connectiontest.py"""
+ conn.Globals.set(setting, value)
+
def print_usage():
print "Usage: server.py [path to source files]", __doc__