>># 
>># 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: sttrnsntfr.m,v 1.6 92/06/11 17:30:45 rws Exp $
>># 
>>#      SCCS:  @(#)  EAll.mc Rel 1.5	    (3/12/92)
>>#
>>TITLE XSetTransientForHint CH09
>>ASSERTION A XSetTransientForHint-1
A call to XSetTransientForHint sets the WM_TRANSIENT_FOR
property for the window w to be of type WINDOW, format 32
and to have value set to the window specified by the
prop_window argument.
>>STRATEGY
Create a window with XCreateWindow.
Set the WM_TRANSIENT_FOR property using XSetTransientForHint.
Obtain the WM_TRANSIENT_FOR property using XGetWindowProperty.
Verify that the property type is WINDOW.
Verify that the property format is 32.
Verify that the property value was correct.
>>ASSERTION B XSetTransientForHint-2
When the server fails to allocate a required resource, then
a BadAlloc error occurs.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XSetTransientForHint-3
When the window specified by the w argument does not name a
valid window, then a BadWindow error occurs.
>>STRATEGY
Obtain a bad window ID.
Set the WM_TRANSIENT_FOR property for the bad window using XSetTransientForHint.
Verify that a BadWindow error was generated.
