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