>># 
>># 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: rmvfrmsvst.m,v 1.4 92/06/11 17:15:34 rws Exp $
>># 
>>#      SCCS:  @(#)  EWin.mc Rel 1.4	    (7/19/91)
>>#
>>TITLE XRemoveFromSaveSet CH07
>>ASSERTION A XRemoveFromSaveSet-1
A call to XRemoveFromSaveSet removes the specified window
from the client's save-set.
>>STRATEGY
Create client1.
Add two windows to client1 save-set.
Remove one of the windows with XRemoveFromSaveSet.
Verify that window was removed by destroying client1.
>>ASSERTION A XRemoveFromSaveSet-2
When the specified window was created by the client, then a
BadMatch error occurs.
>>STRATEGY
Create window.
Call XRemoveFromSaveSet with the window and the client used to create it.
Verify that a BadMatch error occurs.
>>ASSERTION A XRemoveFromSaveSet-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.
