Lines Matching refs:ReportLine

85 	ReportLine "<HTML>"
86 ReportLine "<HEAD>"
87 ReportLine "<TITLE>XMerge Converters Test Results - ${RUNNAME}</TITLE>"
88 ReportLine "</HEAD>"
89 ReportLine "<BODY BGCOLOR=#ffffff>"
90 ReportLine "<H1 align=center>XMerge Converters Test Results - ${RUNNAME}</H1>"
91 ReportLine "<P>"
92 ReportLine "Test run on: ${PRINTDATE}"
93 ReportLine "<P>"
94 ReportLine "<CENTER>"
95 ReportLine "<TABLE WIDTH='100%' BORDER=1 CELLSPACING=0 CELLPADDING=2>"
96 ReportLine "<TR BGCOLOR='#9999CC'>"
97 ReportLine "<TH>Test Name</TH>"
98 ReportLine "<TH>Test File</TH>"
99 ReportLine "<TH>.ext</TH>"
100 ReportLine "<TH>Result</TH>"
101 ReportLine "<TH>Comments</TH>"
102 ReportLine "</TR>"
111 ReportLine "<P>"
112 ReportLine "<CENTER>"
113 ReportLine "<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2>"
114 ReportLine "<TR>"
115 ReportLine "<TH>Total Tests PASSED</TH>"
116 ReportLine "<TH>${TOTAL_PASS}</TH>"
117 ReportLine "</TR>"
118 ReportLine "<TR>"
119 ReportLine "<TH>Total Tests FAILED</TH>"
120 ReportLine "<TH>${TOTAL_FAIL}</TH>"
121 ReportLine "</TR>"
122 ReportLine "<TR>"
123 ReportLine "<TH>Total Tests Run</TH>"
124 ReportLine "<TH>${TOTAL_RUN}</TH>"
125 ReportLine "</TR>"
126 ReportLine "</TABLE>"
127 ReportLine "</CENTER>"
128 ReportLine "<P>"
129 ReportLine "<A HREF=${loglink}>Full logfile for test run</A>"
130 ReportLine "<P>"
131 ReportLine "<CENTER>"
132 ReportLine "</BODY>"
133 ReportLine "</HTML>"
137 ReportLine() { function
152 ReportLine "<TD>${TEST_COMMENTS}</TD>"
425 ReportLine "<TR BGCOLOR='${BGCOLOR}'>"
426 ReportLine "<TD valign=top>$testcasename</TD>"
427 ReportLine "<TD valign=top>$testfile</TD>"
428 ReportLine "<TD valign=top>$ext</TD>"
474 ReportLine "<TD valign=top BGCOLOR='${PASS_COLOR}'>PASS</TD>"
476 ReportLine "</TR>"
487 ReportLine "<TD valign=top BGCOLOR='${FAIL_COLOR}'>FAIL</TD>"
489 ReportLine "</TR>"
508 ReportLine "</TABLE>"
509 ReportLine "</CENTER>"