[Pkg-bazaar-commits] ./bzr/unstable r916: - typo in testsweet

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:26 UTC 2009


------------------------------------------------------------
revno: 916
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-07-13 10:30:30 +1000
message:
  - typo in testsweet
modified:
  testsweet.py
-------------- next part --------------
=== modified file 'testsweet.py'
--- a/testsweet.py	2005-07-06 04:45:21 +0000
+++ b/testsweet.py	2005-07-13 00:30:30 +0000
@@ -199,7 +199,7 @@
         self.log("check contents of file %s" % filename)
         contents = file(filename, 'r').read()
         if contents != expect:
-            self.log("expected: %r" % expected)
+            self.log("expected: %r" % expect)
             self.log("actually: %r" % contents)
             self.fail("contents of %s not as expected")
             



More information about the Pkg-bazaar-commits mailing list