Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: 8ef48fca8952de8e7ecda398913723008b53d2a6
    
https://github.com/buildbot/buildbot/commit/8ef48fca8952de8e7ecda398913723008b53d2a6
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-12-14 (Tue, 14 Dec 2010)

Changed paths:
  M master/buildbot/test/unit/test_changes_gitpoller.py
  M master/buildbot/util/monkeypatches.py
  M slave/buildslave/test/unit/test_bot_BuildSlave.py

Log Message:
-----------
use self.patch in tests, but not in <9.0.0 on py-2.7

The addCleanup method, which self.patch uses to clean up, does not work
correctly on py27.  This was handled in the slave monkeypatch, and is
now handled on the master, too.  This required some reworking of the
gitpoller tests, which are using an unqualified except (in the form of
an errback without f.trap) and thus eat the SkipTest exception.



------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to