Fixed comment after value in object value signaled by Frederic Surleau.

This commit is contained in:
Baptiste Lepilleur
2009-11-18 22:25:34 +00:00
parent 8868147835
commit f179a180bd
4 changed files with 26 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import os
import os.path
from glob import glob
RUN_JSONCHECKER = True
RUN_JSONCHECKER = False
def compareOutputs( expected, actual, message ):
expected = expected.strip().replace('\r','').split('\n')