#!/bin/sh
# Copyright (c) 2005 X.Org Foundation L.L.C.
# 
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
# of the Software, and to permit persons to whom the Software is furnished to do
# so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
:
#
# Copyright (c) 2003 The Open Group
# Copyright (c) Applied Testing and Technology, Inc. 1993, 1994
# All Rights Reserved.
#
# Project:        VSW5
#
# File:           vswrptx2
#
# Description:
#                Called from vswrptx to produces X/Open conformance
#		 summary report for VSW
#
# Modifications:
# $Log: vswrptx2,v $
# Revision 1.3  2005-11-03 08:42:00  jmichael
# clean up all vsw5 paths to use xts5 instead.
#
# Revision 1.2  2005/04/21 09:40:42  ajosey
# resync to VSW5.1.5
#
# Revision 8.3  2005/01/20 15:41:57  gwc
# Updated copyright notice
#
# Revision 8.2  2003/12/09 10:05:18  gwc
# Avoid using echo with backslash escapes
#
# Revision 8.1  2003/12/09 10:02:29  gwc
# Output new declaration
#
# Revision 8.0  1998/12/23 23:22:44  mar
# Branch point for Release 5.0.2
#
# Revision 7.0  1998/10/30 22:40:43  mar
# Branch point for Release 5.0.2b1
#
# Revision 6.0  1998/03/02 05:15:19  tbr
# Branch point for Release 5.0.1
#
# Revision 5.0  1998/01/26 03:11:51  tbr
# Branch point for Release 5.0.1b1
#
# Revision 1.2  1998/01/13 01:58:43  andy
# Changed X/Open to Open Group.
#
# Revision 1.1  1998/01/13 00:53:43  andy
# Replace xreport[2]
#
# Revision 4.0  1995/12/15 08:37:36  tbr
# Branch point for Release 5.0.0
#
# Revision 3.2  1995/12/15  00:33:27  andy
# Prepare for GA Release
#

RELEASE=`cat $TET_ROOT/xts5/doc/VSW_RELEASE`

echo "			VSW5 OPEN GROUP SUMMARY REPORT
"
echo "			       VSW Release $RELEASE


"
echo "	Test Engineer:				Signature:
"
echo "	Job Title:				Date:
"
echo "	Organization:
"
echo "	Address:


"
echo "	Client Name:				Signature:
"
echo "	Job Title:				Date:
"
echo "	Organization:
"
echo "	Address:


"
echo "	Test Date:
"
echo "	Test System:"
echo ""
echo "			VSW5 OPEN GROUP SUMMARY REPORT
"
echo "			       VSW Release $RELEASE

"
echo "			   OPERATIONAL SUMMARY

"
echo "	Test Date:
"
echo "	Test Agency:
"
echo "	Test Operator:


"
echo "	Report Date: `date`

"
echo "	System Configuration:
"
echo "		Hardware Description:



"
echo "		Software Description and Release:



"
echo ""
echo "			VSW5 OPEN GROUP SUMMARY REPORT
"
echo "			       VSW Release $RELEASE

"
echo "			      CONFORMANCE SUMMARY

"
echo "	This is to certify that this system when tested for conformance to the"
echo "	Open Group X Window (X11R5) Document Set achieved the result below
"
vswrpt -x 1 -d 2 $*
echo "

	I declare that no changes have been made to the test suite code
	or test suite data other than those detailed in the user and
	installation guide.
"
echo "
	Signature/Date _____________________________________
"
echo ""
echo "			VSW5 OPEN GROUP SUMMARY REPORT
"
echo "			       VSW Release $RELEASE

"
echo "			     CONFIGURATION SUMMARY

"
vswrpt -c $*|sort|uniq
echo ""
echo "			VSW5 OPEN GROUP SUMMARY REPORT
"
echo "			       VSW Release $RELEASE

"
echo "			       FIP SIGN-OFFS

"
vswrpt -d 0 -x 2 $*
echo ""
echo "			VSW5 OPEN GROUP SUMMARY REPORT
"
echo "			       VSW Release $RELEASE

"
echo "			          OTHER FAILURES

"
vswrpt -d 0 -x 3 $*
