From 975ef277dbfe4df8508ed0ef87f6e82c2311cadd Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 26 Oct 2016 16:11:02 +0000 Subject: kill commented tests about no more existing methods git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@262 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/t/05transaction.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/RPM4/t/05transaction.t b/RPM4/t/05transaction.t index 748d943..15b214e 100644 --- a/RPM4/t/05transaction.t +++ b/RPM4/t/05transaction.t @@ -73,8 +73,6 @@ ok($ts->transorder == 0, "Run transaction order"); ok(defined($ts->transflag([qw(JUSTDB)])), "Set transflags"); ok($ts->transrun(sub { my %a = @_; print STDERR "$a{what} $a{amount} / $a{total}\n" }) == 0, "Running transaction justdb"); -#ok($ts->injectheader($hd) == 0, "Injecting header in a db"); - my $found = 0; my $roffset; ok($ts->traverse(sub { @@ -87,7 +85,6 @@ ok($ts->traverse(sub { }), "Running traverse"); #ok($found, "Can find header in db"); -#ok($ts->deleteheader($roffset) == 0, "Removing header from db"); $ts = undef; # explicitely calling DESTROY to close database -- cgit v1.2.1