>># 
>># 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: stfntpth.m,v 1.10 92/06/11 17:09:23 rws Exp $
>># 
>>#
>>TITLE XSetFontPath CH06
>>ASSERTION A XSetFontPath-1
When XSetFontPath is called with the directories argument
specifying a list of directories in an operating system
dependent format, then the directory search path for font
lookup is set to the list of directories in the order
specified.
>>STRATEGY
Get TET variable XT_FONTPATH_GOOD
Set font path to this value.
Do simple check with XGetFontPath.
>>ASSERTION A XSetFontPath-2
On a call to XSetFontPath, the directory search path for
font lookup is set for all clients.
>>STRATEGY
Open a second client.
Set font path in first client.
Get font path in the second client.
Verify that the font is the same in each client.
>>ASSERTION B XSetFontPath-3
On a call to XSetFontPath, the X server flushes all cached
information about fonts for which there are currently no
explicit resource ID's allocated.
>>STRATEGY
Report UNTESTED
>>ASSERTION C XSetFontPath-4
When the directories argument is invalid for the operating
system, then a BadValue error occurs.
>>STRATEGY
Get TET variable XT_FONTPATH_BAD
If this is set to UNSUPPORTED, then no bad paths are possible
  result is UNSUPPORTED
Set font path to this value.
Verify that BadValue error is generated.
