← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/testfix-ftpmaster into lp:launchpad

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/testfix-ftpmaster into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/testfix-ftpmaster/+merge/71619

Testfix.
-- 
https://code.launchpad.net/~stevenk/launchpad/testfix-ftpmaster/+merge/71619
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/testfix-ftpmaster into lp:launchpad.
=== modified file 'lib/lp/archivepublisher/tests/test_publish_ftpmaster.py'
--- lib/lp/archivepublisher/tests/test_publish_ftpmaster.py	2011-08-15 16:15:33 +0000
+++ lib/lp/archivepublisher/tests/test_publish_ftpmaster.py	2011-08-15 23:28:37 +0000
@@ -300,7 +300,7 @@
         reference_config = getPubConfig(distro.main_archive)
         config = script.getConfigs()[distro][ArchivePurpose.PRIMARY]
         self.assertThat(
-            config, MatchesStructure.from_example(
+            config, MatchesStructure.fromExample(
                 reference_config, 'temproot', 'distroroot', 'archiveroot'))
 
     def test_getConfigs_maps_distros(self):