summaryrefslogtreecommitdiff
path: root/test/test082.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/test082.tcl')
-rw-r--r--test/test082.tcl13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/test082.tcl b/test/test082.tcl
deleted file mode 100644
index e90057d..0000000
--- a/test/test082.tcl
+++ /dev/null
@@ -1,13 +0,0 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 2000-2009 Oracle. All rights reserved.
-#
-# $Id$
-#
-# TEST test082
-# TEST Test of DB_PREV_NODUP (uses test074).
-proc test082 { method {dir -prevnodup} {nitems 100} {tnum "082"} args} {
- source ./include.tcl
-
- eval {test074 $method $dir $nitems $tnum} $args
-}