~canonical-launchpad-branches/launchpad/+git/bzr-personal:wgrant/question-bits

Last commit made on 2015-10-06
Get this branch:
git clone -b wgrant/question-bits https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
wgrant/question-bits
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

41ffaf4... by William Grant

Merge devel.

a3c6dff... by Launchpad PQM Bot

[r=wgrant][no-qa] Fix TestZopeUtilityFixture.test_fixture spurious
 failures.

c02c2e9... by William Grant

Fix TestZopeUtilityFixture.test_fixture spurious failures.

test_restores_previous_utility leaked its utility, so depending on test
ordering test_fixture's first assertion would fail.

5234f64... by Launchpad PQM Bot

[r=wgrant][no-qa] Don't generate notifications for no-op copies.

fe7dace... by Launchpad PQM Bot

[testfix][r=wgrant] Fix getByArchiveAndID wrong type test to not
 assume a BPPH will not be found.

c360e75... by William Grant

Fix getByArchiveAndID wrong type test to not assume a BPPH will not be found.

Depending on sequences, one may well exist.

d9f327a... by Colin Watson

Don't generate notifications for no-op copies.

96d5b0d... by Launchpad PQM Bot

[testfix][r=cjwatson][no-qa] Fix
 TestFailureAssessments.test_bad_builder to cope with sequences not being
 reset between tests.

ebd15b3... by Colin Watson

Fix TestFailureAssessments.test_bad_builder to cope with sequences not being reset between tests.

9ec8b8e... by Launchpad PQM Bot

[r=cjwatson][no-qa] Don't reset sequences between tests. It's
 expensive and few tests needed it.