diff options
author | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-03-21 08:41:48 +0000 |
---|---|---|
committer | ben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2002-03-21 08:41:48 +0000 |
commit | 1c3e204532bf158f51b1aa588852f78eb102cc40 (patch) | |
tree | a319f060a5dba4389b4a06847706a41178bb00c7 /rdiff-backup/testing/server.py | |
parent | 178141703dba8dfa351df7e6294112c952bd9338 (diff) | |
download | rdiff-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-x | rdiff-backup/testing/server.py | 4 |
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__ |