>># 
>># 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: rmqgtrsrc.m,v 1.7 92/06/11 17:41:05 rws Exp $
>># 
>>#
>>TITLE XrmQGetResource CH10
>>ASSERTION A XrmQGetResource-1
When quark_name is a list of quarks representing a fully
qualified resource name and quark_class is a list of quarks
representing a fully qualified resource class, and the
database contains one or more corresponding resources, then
a call to XrmQGetResource places the representation type as
a quark in quark_type_return and the value in value_return
of the closest matching resource as defined by the matching
rules, and returns True.
>>STRATEGY
>>ASSERTION A XrmQGetResource-2
When quark_name is a list of quarks representing a fully
qualified resource name and quark_class is a list of quarks
representing a fully qualified resource class, and the
database does not contain a corresponding resource as
defined by the matching rules, then a call to
XrmQGetResource returns False.
>>STRATEGY
Create a database containing test information.
Interrogate database using XrmQGetResource.
Verify that the test examples were not found.
