X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=t%2F16-packages.t;h=6c09bcff5ea2191a8272e988edf4013a61474510;hb=6795d689424605833b03f6269e95b8b0cd3a1757;hp=1e725a2fb2c8d1842e65b3b59ee52ebce873dc77;hpb=1fb35dd962ed0d11bf485e2426851f00ae0933f8;p=ZOOM-Perl-moved-to-github.git diff --git a/t/16-packages.t b/t/16-packages.t index 1e725a2..6c09bcf 100644 --- a/t/16-packages.t +++ b/t/16-packages.t @@ -1,4 +1,4 @@ -# $Id: 16-packages.t,v 1.11 2006-04-12 12:23:02 mike Exp $ +# $Id: 16-packages.t,v 1.12 2006-04-12 12:30:09 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 16-packages.t' @@ -130,7 +130,6 @@ sub dropdb { my $p = Net::Z3950::ZOOM::connection_package($conn, $o); # No need to keep ok()ing this, or checking the option-setting Net::Z3950::ZOOM::package_option_set($p, databaseName => $dbname); - Net::Z3950::ZOOM::package_send($p, "drop"); my($errcode, $errmsg, $addinfo) = (undef, "dummy", "dummy"); $errcode = Net::Z3950::ZOOM::connection_error($conn, $errmsg, $addinfo);