summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/versions/test_cpv_sort_key.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/versions/test_cpv_sort_key.py')
-rw-r--r--pym/portage/tests/versions/test_cpv_sort_key.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/versions/test_cpv_sort_key.py b/pym/portage/tests/versions/test_cpv_sort_key.py
index 857af1701..a223d78c7 100644
--- a/pym/portage/tests/versions/test_cpv_sort_key.py
+++ b/pym/portage/tests/versions/test_cpv_sort_key.py
@@ -8,8 +8,8 @@ class CpvSortKeyTestCase(TestCase):
def testCpvSortKey(self):
- tests = [ (( "a", "b", "a/b-2", "a/a-1", "a/b-1"),
- ( "a", "a/a-1", "a/b-1", "a/b-2", "b")),
+ tests = [ (("a/b-2_alpha", "a", "b", "a/b-2", "a/a-1", "a/b-1"),
+ ( "a", "a/a-1", "a/b-1", "a/b-2_alpha", "a/b-2", "b")),
]
for test in tests: