[GRASS-SVN] r64682 - grass/trunk/lib/python/gunittest

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 18 14:21:18 PST 2015


Author: wenzeslaus
Date: 2015-02-18 14:21:18 -0800 (Wed, 18 Feb 2015)
New Revision: 64682

Modified:
   grass/trunk/lib/python/gunittest/reporters.py
Log:
gunittest: fix ending tag for test file report

Modified: grass/trunk/lib/python/gunittest/reporters.py
===================================================================
--- grass/trunk/lib/python/gunittest/reporters.py	2015-02-18 22:18:08 UTC (rev 64681)
+++ grass/trunk/lib/python/gunittest/reporters.py	2015-02-18 22:21:18 UTC (rev 64682)
@@ -718,7 +718,7 @@
             file_index.write(
                 '<tr><td>Tested modules</td><td>{}</td></tr>'.format(
                     ', '.join(sorted(set(modules)))))
-        file_index.write('<tbody><table>')
+        file_index.write('</tbody></table>')
 
         # here we would have also links to coverage, profiling, ...
         #'<li><a href="testcodecoverage/index.html">code coverage</a></li>'



More information about the grass-commit mailing list