Commit 9372d0d8 authored by Tres Seaver's avatar Tres Seaver

  - Re-enable TAL tests during "run all".  Five are still broken,
    with what look like assumption clashes about well-formedness
    as XML vs. HTML.

  - Suppress filename output in lib/python/TAL/test/test_files.py.
parent 3799756f
......@@ -11,6 +11,7 @@ RestrictedPython
SearchIndex
Shared
StructuredText
TAL
Testing
ThreadedAsync
TreeDisplay
......@@ -25,5 +26,3 @@ zLOG
zdaemon
# WAAAA! Putting this at end makes it run!
AccessControl
# WAAAA! These tests are broken!
#TAL
......@@ -19,7 +19,7 @@ class FileTestCase(unittest.TestCase):
def runTest(self):
basename = os.path.basename(self.__file)
sys.stdout.write(basename + " ")
#sys.stdout.write(basename + " ")
sys.stdout.flush()
if basename[:10] == 'test_metal':
sys.argv = ["", "-Q", "-m", self.__file]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment