commit:     c92b8de104d78fa428e909ccd4439eb809b36e09
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 20:19:32 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 19:50:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=c92b8de1

external.py: Modifies assertion to reflect the expected non-existant webapp 
result

 WebappConfig/tests/external.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WebappConfig/tests/external.py b/WebappConfig/tests/external.py
index a7ac5ff..97e95fc 100755
--- a/WebappConfig/tests/external.py
+++ b/WebappConfig/tests/external.py
@@ -257,7 +257,7 @@ class WebappSourceTest(unittest.TestCase):
                                   package = 'nihil',
                                   version = '3.0.5',
                                   pm = 'portage')
-            self.assertEqual(source.packageavail(), 1)
+            self.assertEqual(source.packageavail(), 0)
 
 
 class DotConfigTest(unittest.TestCase):

Reply via email to