summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/__init__.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-02-10 04:46:23 +0000
committerAlec Warner <antarus@gentoo.org>2007-02-10 04:46:23 +0000
commit06d258a3f93ed66b0b84cd2c92960cde57407a32 (patch)
tree28722ff893332ab7d2edf14de99abb6d0e474298 /pym/portage/tests/__init__.py
parentc4be6a090b3766bc00540e762a482723c11297b2 (diff)
downloadportage-06d258a3f93ed66b0b84cd2c92960cde57407a32.tar.gz
portage-06d258a3f93ed66b0b84cd2c92960cde57407a32.tar.bz2
portage-06d258a3f93ed66b0b84cd2c92960cde57407a32.zip
fix a few broken tests
svn path=/main/trunk/; revision=5935
Diffstat (limited to 'pym/portage/tests/__init__.py')
-rw-r--r--pym/portage/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/__init__.py b/pym/portage/tests/__init__.py
index 3a881348a..5a69ae3ed 100644
--- a/pym/portage/tests/__init__.py
+++ b/pym/portage/tests/__init__.py
@@ -49,7 +49,7 @@ def getTests( path, base_path ):
raise
return result
-test_cpvs = ['sys-apps/portage','virtual/portage']
+test_cps = ['sys-apps/portage','virtual/portage']
test_versions = ['1.0', '1.0-r1','2.3_p4','1.0_alpha57']
test_slots = [ None, '1','gentoo-sources-2.6.17','spankywashere']
test_usedeps = ['foo','-bar', ['foo','bar'],['foo','-bar'] ]