Remove test for web.common.getxmlfile()

This commit is contained in:
Sajith Sasidharan 2020-09-22 21:15:58 -04:00
parent e6a5dda7e1
commit 704b36d7e1

View File

@ -4,9 +4,6 @@ from ..common import ShouldFailMixin
from .. import common_util as testutil
class Util(ShouldFailMixin, testutil.ReallyEqualMixin, unittest.TestCase):
def test_load_file(self):
# This will raise an exception unless a well-formed XML file is found under that name.
common.getxmlfile('directory.xhtml').load()
def test_parse_replace_arg(self):
self.failUnlessReallyEqual(common.parse_replace_arg("true"), True)