1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2005,2008 Oracle.  All rights reserved.
4#
5# $Id: fop007.tcl,v 12.7 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	fop007
8# TEST	Test file system operations on named in-memory databases.
9# TEST	Combine two ops in one transaction.
10proc fop007 { method args } {
11
12	# Queue extents are not allowed with in-memory databases.
13	if { [is_queueext $method] == 1 } {
14		puts "Skipping fop007 for method $method."
15		return
16	}
17	eval {fop001 $method 1} $args
18}
19
20
21
22