summaryrefslogtreecommitdiff
path: root/test/str-header.html
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-16 17:04:07 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-16 17:04:07 -0400
commit35fc22437040f2051ba5c9ff0c82d65da7219a98 (patch)
treefe23531497ff22facecf7799896f8c2d8f4116a7 /test/str-header.html
parent2a75f21b6a90dcb02b7333d3c17fd08a1c89a93e (diff)
downloadcups-35fc22437040f2051ba5c9ff0c82d65da7219a98.tar.gz
Fix some output issues in ipptool introduced by migrating to the cupsFile API.
Have cupsFilePuts and cupsFilePrintf flush output on stdio files (keeps with expectations when moving from stdio calls). Update IPP tests to point to the right specs and sections, and fix IPP/1.1 tests WRT job progress attributes (which can have "no-value" out of band values instead of integers). Add an "lpstat -e" test. Update test output to conform to HTML 5. Copy all log files to HTML report and test directory. Clean out old log and report files in test directory after a failed run.
Diffstat (limited to 'test/str-header.html')
-rw-r--r--test/str-header.html70
1 files changed, 39 insertions, 31 deletions
diff --git a/test/str-header.html b/test/str-header.html
index ff53eaf83..35f622ab4 100644
--- a/test/str-header.html
+++ b/test/str-header.html
@@ -1,35 +1,43 @@
-<HTML>
-<HEAD>
- <META NAME="Description" CONTENT="CUPS Test Report">
- <META NAME="COPYRIGHT" CONTENT="Copyright 2007-2016, All Rights Reserved">
- <META NAME="DOCNUMBER" CONTENT="CUPS-STR-2.2">
- <META NAME="Author" CONTENT="Apple Inc.">
- <TITLE>CUPS 2.2 Software Test Report</TITLE>
- <STYLE TYPE="text/css"><!--
- PRE {
- font-size: 80%;
- margin-left: 2em;
- }
- --></STYLE>
-</HEAD>
-<BODY>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta name="Description" content="CUPS Test Report">
+ <meta name="Copyright" content="Copyright &copy; 2007-2017, All Rights Reserved">
+ <meta name="Author" content="Apple Inc.">
+ <title>CUPS Software Test Report</title>
+ <style type="text/css"><!--
+blockquote {
+ background: #eee;
+ border: 1px solid #ccc;
+ padding: 5px;
+}
+pre {
+ background: #eee;
+ border-left: 2px solid #ccc;
+ font-size: 80%;
+ margin-left: 2em;
+ padding: 5px;
+ white-space: pre-wrap;
+}
+--></style>
+ </head>
+ <body>
+ <h1>CUPS Software Test Report</h1>
-<H1>CUPS 2.2 Software Test Report</H1>
+ <p>This software test report provides detailed test results that are used to evaluate the stability and standards compliance of the CUPS software.</p>
-<P>This software test report provides detailed test results that
-are used to evaluate the stability and compliance of CUPS Version 2.2.
+ <h2>Document Overview</h2>
-<H2>Document Overview</H2>
+ <p>This software test plan is organized into the following sections:</p>
-<P>This software test plan is organized into the following sections:
-
-<UL>
- <LI><A HREF="#IPP">1 - IPP Compliance Tests</A></LI>
- <LI><A HREF="#COMMAND">2 - Command Tests</A></LI>
- <LI><A HREF="#SUMMARY">3 - Test Summary</A></LI>
- <LI><A HREF="#LOGS">4 - Log Files</A><UL>
- <LI><A HREF="#access_log">access_log</A></LI>
- <LI><A HREF="#error_log">error_log</A></LI>
- <LI><A HREF="#page_log">page_log</A></LI>
- </UL></LI>
-</UL>
+ <ul>
+ <li><a href="#IPP">1 - IPP Compliance Tests</a></li>
+ <li><a href="#COMMAND">2 - Command Tests</a></li>
+ <li><a href="#SUMMARY">3 - Test Summary</a></li>
+ <li><a href="#LOGS">4 - Log Files</a><ul>
+ <li><a href="#access_log">access_log</a></li>
+ <li><a href="#debug_log">debug_log</a></li>
+ <li><a href="#error_log">error_log</a></li>
+ <li><a href="#page_log">page_log</a></li>
+ </ul></li>
+ </ul>