summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-29 18:48:39 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-29 18:48:39 -0400
commitf0d5545df35f9974fb8c4ae572cfea831e79a358 (patch)
tree7876991786aac9479faa894c4d0f7dcb2a9cdcea /tests/tests.py
parent201e727a1fc571f3a56763dc044a58504cc89af6 (diff)
downloadthird_party-cobbler-f0d5545df35f9974fb8c4ae572cfea831e79a358.tar.gz
third_party-cobbler-f0d5545df35f9974fb8c4ae572cfea831e79a358.tar.xz
third_party-cobbler-f0d5545df35f9974fb8c4ae572cfea831e79a358.zip
Begining of i18n of cobbler. Tests pass, works with English. Need to test
translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 93bb5b2..e2b41e1 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -191,9 +191,6 @@ class Additions(BootTest):
# temporarily commenting out failing test
# self.failUnlessRaises(CobblerException, profile.set_virt_file_size, "huge")
# self.failUnlessRaises(CobblerException, profile.set_virt_file_size, "54321.23")
- # paravirt must be 'true' or 'false'
- self.assertTrue(profile.set_virt_paravirt(False))
- self.assertTrue(profile.set_virt_paravirt(True))
self.assertTrue(self.api.profiles().add(profile))
def test_invalid_system_bad_name_host(self):