Jeroen T. Vermeulen has proposed merging lp:~jtv/maas/prep-sshkey-tests into 
lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jtv/maas/prep-sshkey-tests/+merge/107158

As per the migration plan.  There were no helpers to make reusable this time, 
so all it takes is some notices.


Jeroen
-- 
https://code.launchpad.net/~jtv/maas/prep-sshkey-tests/+merge/107158
Your team Launchpad code reviewers is requested to review the proposed merge of 
lp:~jtv/maas/prep-sshkey-tests into lp:maas.
=== modified file 'src/maasserver/tests/test_models.py'
--- src/maasserver/tests/test_models.py	2012-05-23 15:15:28 +0000
+++ src/maasserver/tests/test_models.py	2012-05-24 04:54:19 +0000
@@ -861,6 +861,7 @@
         self.assertTrue(set(SYSTEM_USERS).isdisjoint(usernames))
 
 
+# Scheduled for model migration on 2012-05-30
 class SSHKeyValidatorTest(TestCase):
 
     def test_validates_rsa_public_key(self):
@@ -896,6 +897,7 @@
             ValidationError, validate_ssh_public_key, key_string)
 
 
+# Scheduled for model migration on 2012-05-30
 class GetHTMLDisplayForKeyTest(TestCase):
     """Testing for the method `get_html_display_for_key`."""
 
@@ -1034,6 +1036,7 @@
             display)
 
 
+# Scheduled for model migration on 2012-05-30
 class SSHKeyTest(TestCase):
     """Testing for the :class:`SSHKey`."""
 
@@ -1105,6 +1108,7 @@
         # No ValidationError.
 
 
+# Scheduled for model migration on 2012-05-30
 class SSHKeyManagerTest(TestCase):
     """Testing for the :class:`SSHKeyManager` model manager."""
 

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to