From ee2e2ecb2ea7aab8d01b27d942421999e62f1ae7 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 27 Nov 2014 16:54:09 -0800 Subject: [PATCH] PkgInfo: update tests --- PkgInfo/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PkgInfo/test.py b/PkgInfo/test.py index 333e9de..48591c4 100644 --- a/PkgInfo/test.py +++ b/PkgInfo/test.py @@ -35,9 +35,9 @@ class PkgInfoTestCase(PluginTestCase): plugins = ('PkgInfo',) def testPkgCommand(self): self.assertRegexp('pkg sid bash', 'Package: .*?bash' - ' .*?; View more at: .*?packages.debian.org/sid/bash') + ' .*?') self.assertRegexp('pkg trusty apt', 'Package: .*?apt' - ' .*?; View more at: .*?packages.ubuntu.com/trusty/apt') + ' .*?') self.assertError('pkg afdsfsadf asfasfasf') self.assertRegexp('pkg sid afsadfasfsa', 'no such package', re.I)