--- trunk/t/6-unit.t 2006/05/13 13:39:09 479 +++ trunk/t/6-unit.t 2006/05/14 00:50:35 481 @@ -76,6 +76,8 @@ filters => { foo => sub { shift } }, ), "new Output::TT"); +diag " lookup => ",Dumper($lookup->lookup_hash) if ($debug); + while (my $row = $isis->fetch) { diag " row => ",Dumper($row) if ($debug); @@ -89,7 +91,6 @@ { no strict 'subs'; use WebPAC::Normalize::Set; - diag " lookup => ",Dumper($lookup->lookup_hash) if ($debug); set_lookup( $lookup->lookup_hash ); clean_ds(); eval "$norm_pl";