Revision: 9b9293d55dd1 Author: Robot Framework Developers <[email protected]> Date: Tue Dec 20 04:11:40 2011 Log: writer: do not write empty row at beginning of HTML file http://code.google.com/p/robotframework/source/detail?r=9b9293d55dd1
Modified: /src/robot/writer/htmltemplate.py /utest/writer/golden.py ======================================= --- /src/robot/writer/htmltemplate.py Tue Dec 13 13:43:30 2011 +++ /src/robot/writer/htmltemplate.py Tue Dec 20 04:11:40 2011 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TEMPLATE_START = """ +TEMPLATE_START = """\ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ======================================= --- /utest/writer/golden.py Tue Dec 13 13:43:30 2011 +++ /utest/writer/golden.py Tue Dec 20 04:11:40 2011 @@ -121,7 +121,7 @@ \t[Teardown]\t1 minute\targs\t\t\t\t \t\t\t\t\t\t\t''' -GOLDEN_HTML_TESTCASE_FILE = ''' +GOLDEN_HTML_TESTCASE_FILE = '''\ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>
