>># 
>># Copyright 1990, 1991 by the Massachusetts Institute of Technology and
>># UniSoft Group Limited.
>># 
>># Permission to use, copy, modify, distribute, and sell this software and
>># its documentation for any purpose is hereby granted without fee,
>># provided that the above copyright notice appear in all copies and that
>># both that copyright notice and this permission notice appear in
>># supporting documentation, and that the names of MIT and UniSoft not be
>># used in advertising or publicity pertaining to distribution of the
>># software without specific, written prior permission.  MIT and UniSoft
>># make no representations about the suitability of this software for any
>># purpose.  It is provided "as is" without express or implied warranty.
>># 
>># $XConsortium: opndsply.m,v 1.8 92/06/11 17:54:43 rws Exp $
>># 
>>#
>>TITLE OpenDisplay XPROTO
>>ASSERTION A OpenDisplay-1
When a client sends a valid OpenDisplay protocol request to
the X server, then the X server sends back a valid
authorisation-accepted reply to the client.
>>STRATEGY
Call library function testfunc() to do the following:
Open a connection to the X server using native byte sex.
Send a valid OpenDisplay protocol request to the X server.
Verify that the X server sends back a valid authorisation-accepted reply.
Open a connection to the X server using reversed byte sex.
Send a valid OpenDisplay protocol request to the X server.
Verify that the X server sends back a valid authorisation-accepted reply.
>>ASSERTION B OpenDisplay-2
When a client sends an invalid OpenDisplay protocol request
to the X server, in which the byte_order is not 0x42 or
0x6C, then the X server does not send back a valid
authorisation-accepted reply to the client.
>>STRATEGY
Call library function testfunc() to do the following:
Open a connection to the X server.
Send an invalid OpenDisplay protocol request to the X server with byte_order
  other than 0x42 (and not 0x6C, either).
Verify that the X server does not send back a valid authorisation-accepted reply.
Open a connection to the X server.
Send an invalid OpenDisplay protocol request to the X server with byte_order
  other than 0x6C (and not 0x42, either).
Verify that the X server does not send back a valid authorisation-accepted reply.
