>># 
>># 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: rmgtfldtbs.m,v 1.6 92/06/11 17:39:24 rws Exp $
>># 
>>#
>>TITLE XrmGetFileDatabase CH10
>>ASSERTION A XrmGetFileDatabase-1
A call to XrmGetFileDatabase opens the specified filename,
creates a new resource database, loads the database with the
resource specifications from the file in ResourceLine
format, and returns the database.
>>STRATEGY
Create a test database file.
Write test lines to test database file.
Call XrmGetFileDatabase to read the database.
Verify the database was non-NULL, and contained the test information.
Remove test database file.
>>ASSERTION A XrmGetFileDatabase-2
When filename refers to a file that cannot be opened, then
a call to XrmGetFileDatabase returns NULL.
>>STRATEGY
Call XrmGetFileDatabase with a non-existant file.
Verify that NULL was returned.
