X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2Ft%2F02_directory_update.t;h=6ba4c3fdbc8dde07b39dc43445d960b71c149d81;hb=c45742c694d4fa704d4282ada62c7f46c69fea88;hp=861b71d40b7a596da05c8359a07cc498f6a06e91;hpb=7c4bb1a2e1e0ed1748e7a443d81af618530f44a6;p=idzebra-moved-to-github.git diff --git a/perl/t/02_directory_update.t b/perl/t/02_directory_update.t index 861b71d..6ba4c3f 100644 --- a/perl/t/02_directory_update.t +++ b/perl/t/02_directory_update.t @@ -1,6 +1,6 @@ #!perl # ============================================================================= -# $Id: 02_directory_update.t,v 1.2 2003-03-04 19:33:53 pop Exp $ +# $Id: 02_directory_update.t,v 1.3 2003-03-05 13:55:22 pop Exp $ # # Perl API header # ============================================================================= @@ -29,7 +29,7 @@ BEGIN { # ---------------------------------------------------------------------------- # Session opening and closing my $sess = IDZebra::Session->open(configFile => 'demo/zebra.cfg', - groupName => 'demo2'); + groupName => 'demo2'); isa_ok($sess,"IDZebra::Session"); SKIP: { @@ -38,7 +38,6 @@ SKIP: { # ---------------------------------------------------------------------------- # init repository $sess->init(); - # ---------------------------------------------------------------------------- # repository upadte @@ -71,7 +70,7 @@ $sess->update(groupName => 'demo1', $stat = $sess->end_trans; ok(($stat->{inserted} == $filecount), - "Inserted $stat->{inserted}/$filecount records"); + "Inserted $stat->{inserted}/$filecount records with shadow"); ok(($sess->group->{databaseName} eq "demo2"),"Original group is selected");