another swiping API change: input->dump is gone, replaced
[webpac2] / t / 2-input.t
index 90e7fa6..6864c03 100755 (executable)
@@ -77,7 +77,7 @@ sub test_fetch($$) {
                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);
        }