>># 
>># 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: unnstllclr.m,v 1.4 92/06/11 17:17:46 rws Exp $
>># 
>>#      SCCS:  @(#)  ECol.mc Rel 1.4	    (7/31/91)
>>#
>>TITLE XUninstallColormap CH07
>>ASSERTION B XUninstallColormap-1
A call to XUninstallColormap removes the specified
colourmap from the required list for its associated screen.
>>STRATEGY
Report UNTESTED
>>ASSERTION B XUninstallColormap-2
When the specified colourmap is uninstalled by a call to
XUninstallColormap, then a ColormapNotify event is
generated on each window that has that colourmap.
>>STRATEGY
Create colour map.
Install colour map.
Create window with the colour map.
Call XUninstallColormap to uninstall the colourmap.
If there is a ColormapNotify event
  Verify that the fields are correct.
else
  UNTESTED.
>>ASSERTION B XUninstallColormap-3
When another colourmap is installed or uninstalled as a
side effect of a call to XUninstallColormap, then a
ColormapNotify event is generated on each window that has
that colourmap.
>>STRATEGY
Report UNTESTED
>>ASSERTION B XUninstallColormap-4
No other colourmaps are removed from the required list by a
call to XUninstallColormap.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XUninstallColormap-5
When a colourmap argument does not name a valid colourmap,
then a BadColor error occurs.
>>STRATEGY
Create a bad colourmap by creating and freeing a colourmap.
Call test function using bad colourmap as the colourmap argument.
Verify that a BadColor error occurs.
