>># 
>># 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: rmqgtsrchl.m,v 1.6 92/06/11 17:41:12 rws Exp $
>># 
>>#
>>TITLE XrmQGetSearchList CH10
>>ASSERTION B XrmQGetSearchList-1
A call to XrmQGetSearchList returns a list of database
levels in list_return where a match for the specified names
and classes in the database could occur.
>>STRATEGY
Report UNTESTED
>>ASSERTION B XrmQGetSearchList-2
On a call to XrmQGetSearchList, the list returned in
list_return is in best-to-worst match order.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XrmQGetSearchList-3
When list_length is greater than or equal to the number of
database levels where a match could occur, then a call to
XrmQGetSearchList returns True.
>>STRATEGY
Create a test database with insufficient database levels to fill the list.
Call XrmQGetSearchList to obtain search list.
Verify that True was returned.
>>ASSERTION A XrmQGetSearchList-4
When list_length is less than the number of database levels
where a match could occur, then a call to XrmQGetSearchList
returns False.
>>STRATEGY
Create a test database with sufficient database levels to fill the list.
Call XrmQGetSearchList to obtain search list.
Verify that False was returned.
