aboutsummaryrefslogtreecommitdiff
path: root/layman
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-03-27 16:50:17 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-03-27 16:50:17 -0400
commit18e0e25f18745a507a25b175986b855e0ec996a9 (patch)
treed640a3b72819760ad6cbc5b73f18099fbace8289 /layman
parentRenames protocol_order to protocol_filter (diff)
downloadlayman-18e0e25f18745a507a25b175986b855e0ec996a9.tar.gz
layman-18e0e25f18745a507a25b175986b855e0ec996a9.tar.bz2
layman-18e0e25f18745a507a25b175986b855e0ec996a9.zip
external.py: Adds protocol_filter to keys to test for CLIArgs test
Diffstat (limited to 'layman')
-rwxr-xr-xlayman/tests/external.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/layman/tests/external.py b/layman/tests/external.py
index ad630e6..d9ef858 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -258,14 +258,13 @@ class CLIArgs(unittest.TestCase):
'make_conf', 'mercurial_addopts', 'mercurial_command',
'mercurial_postsync', 'mercurial_syncopts',
'news_reporter', 'nocheck', 'overlay_defs', 'overlays',
- 'quietness', 'repos_conf', 'require_repoconfig',
- 'rsync_command', 'rsync_postsync', 'rsync_syncopts',
- 'squashfs_addopts', 'squashfs_command',
- 'squashfs_postsync', 'squashfs_syncopts',
- 'storage', 'support_url_updates', 'svn_addopts',
- 'svn_command', 'svn_postsync', 'svn_syncopts',
- 't/f_options', 'tar_command', 'tar_postsync', 'umask',
- 'width']
+ 'protocol_filter', 'quietness', 'repos_conf',
+ 'require_repoconfig', 'rsync_command', 'rsync_postsync',
+ 'rsync_syncopts', 'squashfs_addopts', 'squashfs_command',
+ 'squashfs_postsync', 'squashfs_syncopts', 'storage',
+ 'support_url_updates', 'svn_addopts', 'svn_command',
+ 'svn_postsync', 'svn_syncopts', 't/f_options',
+ 'tar_command', 'tar_postsync', 'umask', 'width']
# Due to this not being a dict object, the keys() invocation is needed.
self.assertEqual(sorted(a.keys()), test_keys)