1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1999-2009 Oracle.  All rights reserved.
4#
5# $Id$
6#
7# TEST	test069
8# TEST	Test of DB_CURRENT partial puts without duplicates-- test067 w/
9# TEST	small ndups to ensure that partial puts to DB_CURRENT work
10# TEST	correctly in the absence of duplicate pages.
11proc test069 { method {ndups 50} {tnum "069"} args } {
12	eval test067 $method $ndups $tnum $args
13}
14