Rev 49: Forgot a super().setUp() in http://bazaar.launchpad.net/%7Ebzr/bzr-cvsps-import/trunk

John Arbash Meinel john at arbash-meinel.com
Mon Feb 12 18:23:07 GMT 2007


At http://bazaar.launchpad.net/%7Ebzr/bzr-cvsps-import/trunk

------------------------------------------------------------
revno: 49
revision-id: john at arbash-meinel.com-20070212182255-rzgpoghrrmiyyr1w
parent: john at arbash-meinel.com-20070212180303-ozten3jlabhem01u
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: cvsps_import_trunk
timestamp: Mon 2007-02-12 12:22:55 -0600
message:
  Forgot a super().setUp()
modified:
  test_cvsps_import.py           test_cvs_import.py-20061118210213-54x3l7uikr07xx0o-3
-------------- next part --------------
=== modified file 'test_cvsps_import.py'
--- a/test_cvsps_import.py	2007-02-12 18:03:03 +0000
+++ b/test_cvsps_import.py	2007-02-12 18:22:55 +0000
@@ -140,6 +140,7 @@
     def setUp(self):
         # Set the PATH env to just the current dir, which prevents all other
         # programs from being found.
+        super(TestMissingPrograms, self).setUp()
         old_path = osutils.set_or_unset_env('PATH', '.')
         def restore():
             osutils.set_or_unset_env('PATH', old_path)



More information about the bazaar-commits mailing list