diff options
author | jbj <devnull@localhost> | 2001-03-21 18:33:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-03-21 18:33:35 +0000 |
commit | 731946f4b90eb1173452dd30f1296dd825155d82 (patch) | |
tree | 67535f54ecb7e5463c06e62044e4efd84ae0291d /db/test/test082.tcl | |
parent | 7ed904da030dc4640ff9bce8458ba07cc09d830d (diff) | |
download | librpm-tizen-731946f4b90eb1173452dd30f1296dd825155d82.tar.gz librpm-tizen-731946f4b90eb1173452dd30f1296dd825155d82.tar.bz2 librpm-tizen-731946f4b90eb1173452dd30f1296dd825155d82.zip |
Initial revision
CVS patchset: 4644
CVS date: 2001/03/21 18:33:35
Diffstat (limited to 'db/test/test082.tcl')
-rw-r--r-- | db/test/test082.tcl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/db/test/test082.tcl b/db/test/test082.tcl new file mode 100644 index 000000000..e8bd4f975 --- /dev/null +++ b/db/test/test082.tcl @@ -0,0 +1,15 @@ +# See the file LICENSE for redistribution information. +# +# Copyright (c) 2000 +# Sleepycat Software. All rights reserved. +# +# $Id: test082.tcl,v 11.1 2000/04/30 05:05:26 krinsky Exp $ +# +# Test 82. +# Test of DB_PREV_NODUP +proc test082 { method {dir -prevnodup} {pagesize 512} {nitems 100}\ + {tnum 82} args} { + source ./include.tcl + + eval {test074 $method $dir $pagesize $nitems $tnum} $args +} |