>># 
>># 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: gtatmnm.m,v 1.5 92/06/11 16:12:47 rws Exp $
>># 
>>#      SCCS:  @(#)  EAto.mc Rel 1.6	    (10/4/91)
>>#
>>TITLE XGetAtomName CH04
>>ASSERTION A XGetAtomName-1
A call to XGetAtomName returns the name, which can be
freeed with XFree, associated with the specified atom.
>>STRATEGY
For some predefined atoms:
	Call XGetAtomName to obtain the name associated with the atom.
	Verify the strings returned were as expected.
>>ASSERTION A XGetAtomName-2
When an atom argument does not name a valid Atom, then a
BadAtom error occurs.
>>STRATEGY
Call test function using a value with the top bits set as the atom argument.
Verify that a BadAtom error occurs.
