--- trunk/t/2-input.t 2006/11/03 20:41:12 773 +++ trunk/t/2-input.t 2006/11/03 20:56:21 774 @@ -77,7 +77,7 @@ ok(my $rec = $input->fetch, "fetch $mfn"); cmp_ok($input->pos, '==', $mfn, "pos $mfn"); push @db, $rec; - ok(my $dump = $input->dump, "dump $mfn"); + ok(my $dump = $input->dump_ascii, "dump_ascii $mfn"); diag $dump if ($debug); }