launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #04055
[Merge] lp:~stevenk/launchpad/db-fix-test-class into lp:launchpad/db-devel
Steve Kowalik has proposed merging lp:~stevenk/launchpad/db-fix-test-class into lp:launchpad/db-devel.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~stevenk/launchpad/db-fix-test-class/+merge/65937
Fix class name.
--
https://code.launchpad.net/~stevenk/launchpad/db-fix-test-class/+merge/65937
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/db-fix-test-class into lp:launchpad/db-devel.
=== modified file 'lib/lp/soyuz/tests/test_binarypackagereleasecontents.py'
--- lib/lp/soyuz/tests/test_binarypackagereleasecontents.py 2011-06-21 01:00:53 +0000
+++ lib/lp/soyuz/tests/test_binarypackagereleasecontents.py 2011-06-27 06:49:24 +0000
@@ -21,7 +21,7 @@
from lp.testing import TestCaseWithFactory
-class TestBinaryPackagePath(TestCaseWithFactory):
+class TestBinaryPackageReleaseContents(TestCaseWithFactory):
layer = LaunchpadFunctionalLayer