>># 
>># 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: crtbtmpfrm.m,v 1.9 92/06/11 17:33:17 rws Exp $
>># 
>>#      SCCS:  @(#)  EAll.mc Rel 1.5	    (3/12/92)
>>#
>>TITLE XCreateBitmapFromData CH10
>>ASSERTION A XCreateBitmapFromData-1
A call to XCreateBitmapFromData returns a bitmap containing
the data of width width and height height.
>>STRATEGY
Call XCreateBitmapFromData to create the bitmap from the data.
Use XGetGeometry to check pixmap.
Verify the pixmap was as expected.
>>ASSERTION B XCreateBitmapFromData-2
When sufficient temporary storage cannot be allocated, then
a call to XCreateBitmapFromData returns None.
>>STRATEGY
Report UNTESTED
>>ASSERTION B XCreateBitmapFromData-3
When the server fails to allocate a required resource, then
a BadAlloc error occurs.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XCreateBitmapFromData-4
When a drawable argument does not name a valid drawable,
then one or more BadDrawable errors, one or more BadGC
errors or both types of error occur.
>>STRATEGY
Create a bad drawable by creating and destroying a window.
Call test function using bad drawable as the drawable argument.
Verify that a BadDrawable and BadGC error occurs.
