1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2005,2008 Oracle.  All rights reserved.
4#
5# $Id: rep056.tcl,v 1.9 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST  rep056
8# TEST	Replication test with in-memory named databases.
9# TEST
10# TEST	Rep056 is just a driver to run rep001 with in-memory
11# TEST	named databases.
12
13proc rep056 { method args } {
14	source ./include.tcl
15
16	# Valid for all access methods.
17	if { $checking_valid_methods } {
18		return "ALL"
19	}
20
21	eval { rep001 $method 1000 "056" } $args
22}
23