Commit 6b8fae3e authored by bescoto's avatar bescoto

Final changes for 1.0.1


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@632 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 3a4dcf11
New in v1.0.1 (????/??/??)
New in v1.0.1 (2005/09/10)
--------------------------
Fix for "'filetype' of type exceptions.KeyError" error when restoring.
......
......@@ -91,7 +91,8 @@ class PipeConnectionTest(unittest.TestCase):
"""Must start a server for this"""
stdin, stdout = os.popen2("python ./server.py "+SourceDir)
self.conn = PipeConnection(stdout, stdin)
#self.conn.Log.setverbosity(9)
Globals.security_level = "override"
#self.conn.Log.setverbosity(9)
#Log.setverbosity(9)
def testBasic(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment