← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wallyworld/launchpad/informationtype-testfix into lp:launchpad

 

Ian Booth has proposed merging lp:~wallyworld/launchpad/informationtype-testfix into lp:launchpad.

Requested reviews:
  Ian Booth (wallyworld)

For more details, see:
https://code.launchpad.net/~wallyworld/launchpad/informationtype-testfix/+merge/115517

Buildbot test fix


Tests with errors:
   lp.code.model.tests.test_branchsubscription.TestBranchSubscriptions.test_subscribe_with_editable_stacked_branch
   lp.code.model.tests.test_branchsubscription.TestBranchSubscriptions.test_subscribe_with_non_editable_stacked_branch
-- 
https://code.launchpad.net/~wallyworld/launchpad/informationtype-testfix/+merge/115517
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/code/model/tests/test_branchsubscription.py'
--- lib/lp/code/model/tests/test_branchsubscription.py	2012-07-16 22:28:39 +0000
+++ lib/lp/code/model/tests/test_branchsubscription.py	2012-07-18 10:49:18 +0000
@@ -120,7 +120,7 @@
         product = self.factory.makeProduct(owner=owner)
         private_stacked_on_branch = self.factory.makeBranch(
             product=product, owner=owner,
-            information_type=InformationType.EMBARGOEDSECURITY)
+            information_type=InformationType.PRIVATESECURITY)
         branch = self.factory.makeBranch(
             product=product, owner=owner, stacked_on=private_stacked_on_branch,
             information_type=InformationType.USERDATA)
@@ -147,7 +147,7 @@
         product = self.factory.makeProduct(owner=owner)
         private_stacked_on_branch = self.factory.makeBranch(
             product=product,
-            information_type=InformationType.EMBARGOEDSECURITY)
+            information_type=InformationType.PRIVATESECURITY)
         branch = self.factory.makeBranch(
             product=product, owner=owner,
             stacked_on=private_stacked_on_branch,


Follow ups