>># 
>># 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: rmmrgdtbss.m,v 1.4 92/06/11 17:40:04 rws Exp $
>># 
>>#
>>TITLE XrmMergeDatabases CH10
>>ASSERTION A XrmMergeDatabases-1
A call to XrmMergeDatabases merges the contents of
source_db into target_db.
>>STRATEGY
Create two test databases.
Add test data to the test databases.
Call XrmMergeDatabases to merge the databases.
Verify that the target database contains all the test data.
>>ASSERTION B XrmMergeDatabases-2
On a call to XrmMergeDatabases, the source database
source_db is destroyed.
>>STRATEGY
Report UNTESTED
>>ASSERTION A XrmMergeDatabases-3
When a resource is a member of both target_db and source_db,
then the value and type of the resource in target_db is
overwritten with the corresponding value and type from the
resource in source_db.
>>STRATEGY
Create two test databases.
Add test data to the test databases.
Call XrmMergeDatabases to merge the databases.
Verify that the overlapping source database entries replaced the
	corresponding target database entries, and that unique source
	database entries were merged correctly.
Verify that unique target database entries remained following the merge.
