// TODO make this configurable
TestSuite.header =
'<?xml version="1.0" encoding="UTF-8"?>\n' +
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n' +
'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n' +
"<head>\n" +
' <meta c http-equiv="content-type" />' + "\n" +
" <title>Test Suite</title>\n" +
"</head>\n" +
"<body>\n";
TestSuite.footer =
"</body>\n</html>\n";
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |