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 ...@@ -11,6 +11,7 @@ RestrictedPython
SearchIndex SearchIndex
Shared Shared
StructuredText StructuredText
TAL
Testing Testing
ThreadedAsync ThreadedAsync
TreeDisplay TreeDisplay
...@@ -25,5 +26,3 @@ zLOG ...@@ -25,5 +26,3 @@ zLOG
zdaemon zdaemon
# WAAAA! Putting this at end makes it run! # WAAAA! Putting this at end makes it run!
AccessControl AccessControl
# WAAAA! These tests are broken!
#TAL
...@@ -19,7 +19,7 @@ class FileTestCase(unittest.TestCase): ...@@ -19,7 +19,7 @@ class FileTestCase(unittest.TestCase):
def runTest(self): def runTest(self):
basename = os.path.basename(self.__file) basename = os.path.basename(self.__file)
sys.stdout.write(basename + " ") #sys.stdout.write(basename + " ")
sys.stdout.flush() sys.stdout.flush()
if basename[:10] == 'test_metal': if basename[:10] == 'test_metal':
sys.argv = ["", "-Q", "-m", self.__file] 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