[Piuparts-commits] [piuparts] 01/01: tell the test suite that it should test whether 'vivid' is a valid release.

Holger Levsen holger at moszumanska.debian.org
Mon Oct 20 17:09:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 901b17dcafb71f37d4293dede135bf6591030631
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Oct 20 19:08:14 2014 +0200

    tell the test suite that it should test whether 'vivid' is a valid release.
    
    i'm not yet convinced this is a useful test
---
 tests/test_piuparts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_piuparts.py b/tests/test_piuparts.py
index 9e4deea..8d6498e 100644
--- a/tests/test_piuparts.py
+++ b/tests/test_piuparts.py
@@ -42,7 +42,7 @@ class DefaultsFactoryTests(unittest.TestCase):
         self.assertEqual(defaults.get_keyring(), '/usr/share/keyrings/ubuntu-archive-keyring.gpg')
         self.assertEqual(defaults.get_components(), ["main", "universe", "restricted", "multiverse"])
         self.assertEqual(defaults.get_mirror(), [("http://archive.ubuntu.com/ubuntu", ["main", "universe", "restricted", "multiverse"])])
-        self.assertEqual(defaults.get_distribution(), ['utopic'])
+        self.assertEqual(defaults.get_distribution(), ['vivid'])
 
     def test_new_defaults_panics_with_unknown_flavor(self):
         # mock the guess_flavor function as it runs lsb_release in a subprocess

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list