[Buildbot-commits] [buildbot/buildbot] 3f61ab: Remove tests of deprecation warning.
GitHub
noreply at github.com
Sun Feb 26 05:51:23 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 3f61ab65b771666019d687b00dbe273115aef4f9
https://github.com/buildbot/buildbot/commit/3f61ab65b771666019d687b00dbe273115aef4f9
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M master/buildbot/test/unit/test_process_factory.py
Log Message:
-----------
Remove tests of deprecation warning.
The support for testing for warnings in old versions of twisted is
somewhat broken. Rather than trying to get the tests working, just
to scrap the code after release, don't test the warnings.
Commit: abff29bcee9ed65f76dba24a86d4c296a1056733
https://github.com/buildbot/buildbot/commit/abff29bcee9ed65f76dba24a86d4c296a1056733
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M master/buildbot/config.py
M master/buildbot/test/unit/test_config.py
Log Message:
-----------
Fix mistaken raising of ConfigError in MasterConfig.loadConfig.
We test this by using a config that has embedded errors, as well
as semantic errors that get added later. If an exception is raised
prematurely, then the semantic errors wouldn't get reported.
Compare: https://github.com/buildbot/buildbot/compare/c03fbc4...abff29b
More information about the Commits
mailing list