summaryrefslogtreecommitdiffstats
path: root/tests/pyanaconda_test
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-09-20 16:10:35 -0400
committerChris Lumens <clumens@redhat.com>2012-09-25 09:59:21 -0400
commit5a45d35bea89d46b7339b820fbf56dd12d4d3422 (patch)
treea0035500d2ecaf29d46dbb637dbab893d19337f0 /tests/pyanaconda_test
parentb82a5edddfae9cc311dea11f5f9c549dc1a56433 (diff)
downloadanaconda-5a45d35bea89d46b7339b820fbf56dd12d4d3422.tar.gz
anaconda-5a45d35bea89d46b7339b820fbf56dd12d4d3422.tar.xz
anaconda-5a45d35bea89d46b7339b820fbf56dd12d4d3422.zip
Handle --ignoremissing in _applyYumSelections (#859021).
kickstart.selectPackages can go away entirely, since all it does is add stuff to ksdata and we've got that anyway. Having done that, the handling for --ignoremissing then needs to move into _applyYumSelections.
Diffstat (limited to 'tests/pyanaconda_test')
-rw-r--r--tests/pyanaconda_test/backend_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pyanaconda_test/backend_test.py b/tests/pyanaconda_test/backend_test.py
index 85b5919ee..b09ee6950 100644
--- a/tests/pyanaconda_test/backend_test.py
+++ b/tests/pyanaconda_test/backend_test.py
@@ -208,7 +208,6 @@ class BackendTest(mock.TestCase):
pyanaconda.backend.doBasePackageSelect(anaconda)
self.assertTrue(anaconda.backend.resetPackageSelections.called)
- self.assertTrue(pyanaconda.backend.kickstart.selectPackages.called)
def do_base_package_select_2_test(self):
import pyanaconda.backend