From 02badf477628fd964dae1530c0021e9ce425adb2 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 16 Dec 2005 16:23:49 +0000 Subject: [PATCH] r11737@llin: dpavlin | 2005-12-16 21:23:53 +0100 update test to new api git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@266 07558da8-63fa-0310-ba24-9fe276d99e06 --- t/7-est.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/7-est.t b/t/7-est.t index 9e8463f..2664b5b 100755 --- a/t/7-est.t +++ b/t/7-est.t @@ -30,7 +30,7 @@ my $config = { ok(my $est = new WebPAC::Output::Estraier( %{ $config } ), "new WebPAC::Output::Estraier"); -ok(my $list = $est->est_master( action => 'nodelist' ), "nodelist"); +ok(my $list = $est->master( action => 'nodelist' ), "nodelist"); like($list , qr/$config->{database}/, "found $config->{database}"); -- 2.20.1