Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b922a7fa3eab93df6e9288f3bafb827.

This commit is contained in:
Prasanna Santhanam 2012-06-07 18:42:24 +05:30
parent dfb368d0fa
commit ecfa3e7cf8
2 changed files with 2 additions and 2 deletions

View File

@ -445,7 +445,7 @@ class TestISO(cloudstackTestCase):
"Check isfeatured permission of ISO" "Check isfeatured permission of ISO"
) )
return return
@unittest.expectedFailure
def test_06_copy_iso(self): def test_06_copy_iso(self):
"""Test for copy ISO from one zone to another""" """Test for copy ISO from one zone to another"""

View File

@ -637,7 +637,7 @@ class TestTemplates(cloudstackTestCase):
"ListTemplates should not list any system templates" "ListTemplates should not list any system templates"
) )
return return
@unittest.expectedFailure
def test_06_copy_template(self): def test_06_copy_template(self):
"""Test for copy template from one zone to another""" """Test for copy template from one zone to another"""