commit:     c8783443cc42d4254d4b2a71796202495487fe0f
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 13:32:33 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 13:32:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=c8783443

external.py: Modifies ovl_dict keys to conform to new changes

 layman/tests/external.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layman/tests/external.py b/layman/tests/external.py
index 3e41bd1..01cf5b3 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -522,11 +522,11 @@ class MakeOverlayXML(unittest.TestCase):
 
         ovl_dict = {
                     'name': 'wrobel',
-                    'descriptions': ['Test'],
+                    'description': ['Test'],
                     'owner_name': 'nobody',
                     'owner_email': 'nob...@gentoo.org',
                     'status': 'official',
-                    'sources': [['https://overlays.gentoo.org/svn/dev/wrobel',
+                    'source': [['https://overlays.gentoo.org/svn/dev/wrobel',
                                  'svn', '']],
                     'priority': '10',
                    }

Reply via email to