# $Id: TODO,v 1.1.1.2.2.2 2000/02/08 00:48:02 noriko Exp $

Test that joins get optimized properly.  (After Dave adds said functionality
using the method in the previous item.)

Test of error behavior when a duplicate duplicate is put into a set of 
sorted duplicates.

Test recno get-by-number aspect of new off-page dup code, if it ever gets
called anywhere other than DB_FIRST.  If it doesn't, test DB_FIRST with
off-page dups.

Test offpage numbers of overflow-size duplicates.

dup_compare vs. bt_compare functions--are we using them right
in the Brave New World?  Come up with some way to test them!

Make DB_GET_BOTH be tested for recno. [#997]

Pass to make sure all tests (esp. mpoolscript.tcl) print FAIL in their
usage messages, etc.

Modify log.pl (and other test code?) to do the right thing with the
new DEPRECATED keyword.

Test DB_NEXT_NODUP, DB_NEXT_DUP in recno/queue.  (We never picked up a
bug where DB_NEXT_NODUP would merrily land on nonexistent recnos in queue.)
