X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=f2656d23812ff6923c5a34b07b2aa126287f1f70;hb=ad4d0130f32f295310d3dd330ad477f620938951;hp=b0d7245e0cc42095761ff5e069bfc12d1d074d14;hpb=28078f77c3d8aa24720389ea61be7b3f6b9ef929;p=csit.git diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index b0d7245e0c..f2656d2381 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -539,10 +539,9 @@ class ExecutionChecker(ResultVisitor): txt_table.align["Suspends"] = "r" txt_table.align["Clocks"] = "r" - text += txt_table.get_string(sortby="Name") + '\n' + text += txt_table.get_html_string(sortby="Name") + '\n' - text = text.replace('\n', ' |br| ').replace('\r', '').\ - replace('"', "'") + text = text.replace('\n', '').replace('\r', '') try: self._data["tests"][self._test_ID]["show-run"] += " |br| " self._data["tests"][self._test_ID]["show-run"] += \