launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #07526
[Merge] lp:~jtv/maas/date-typo into lp:maas
Jeroen T. Vermeulen has proposed merging lp:~jtv/maas/date-typo into lp:maas.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jtv/maas/date-typo/+merge/104346
Tests for this class get migrated in May, not April.
--
https://code.launchpad.net/~jtv/maas/date-typo/+merge/104346
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jtv/maas/date-typo into lp:maas.
=== modified file 'src/maasserver/tests/test_models.py'
--- src/maasserver/tests/test_models.py 2012-05-01 05:15:55 +0000
+++ src/maasserver/tests/test_models.py 2012-05-02 08:39:21 +0000
@@ -1347,7 +1347,7 @@
pass
-# Due for model migration on 2012-04-11
+# Due for model migration on 2012-05-11
class ConfigDefaultTest(TestCase, TestWithFixtures):
"""Test config default values."""
@@ -1356,7 +1356,7 @@
self.assertEqual(gethostname(), default_config['maas_name'])
-# Due for model migration on 2012-04-11
+# Due for model migration on 2012-05-11
class Listener:
"""A utility class which tracks the calls to its 'call' method and
stores the arguments given to 'call' in 'self.calls'.
@@ -1369,7 +1369,7 @@
self.calls.append([args, kwargs])
-# Due for model migration on 2012-04-11
+# Due for model migration on 2012-05-11
class ConfigTest(TestCase):
"""Testing of the :class:`Config` model and its related manager class."""