>># 
>># 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: gtwdwattrb.m,v 1.9 92/06/29 18:53:28 rws Exp $
>># 
>>#      SCCS:  @(#)  EWin.mc Rel 1.4	    (7/19/91)
>>#
>>TITLE XGetWindowAttributes CH04
>>ASSERTION A XGetWindowAttributes-1
A call to XGetWindowAttributes on an existing window w
returns True, and the current attributes for the specified
window w to the window_attributes_return structure.
>>STRATEGY
Create a colormap.
Install a colormap.
Create a window.
Call XGetWindowAttributes to obtain the window attributes.
Verify the window attributes were returned as expected.
>>ASSERTION B XGetWindowAttributes-2
When XGetWindowAttributes is called, then a BadDrawable
error can occur.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XGetWindowAttributes-3
When a window argument does not name a valid Window, then a
BadWindow error occurs.
>>STRATEGY
Create a bad window by creating and destroying a window.
Call test function using bad window as the window argument.
Verify that a BadWindow error occurs.
