/[webpac2]/trunk/t/6-unit.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/6-unit.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 474 by dpavlin, Sat May 13 12:08:05 2006 UTC revision 481 by dpavlin, Sun May 14 00:50:35 2006 UTC
# Line 26  $abs_path =~ s#/[^/]*$#/#; Line 26  $abs_path =~ s#/[^/]*$#/#;
26  diag "abs_path: $abs_path" if ($debug);  diag "abs_path: $abs_path" if ($debug);
27    
28  my $isis_file = "$abs_path../t/winisis/BIBL";  my $isis_file = "$abs_path../t/winisis/BIBL";
29  $isis_file = '/data/hidra/THS/THS';  #$isis_file = '/data/hidra/THS/THS';
30    $isis_file = '/data/isis_data/ffkk/';
31    
32  diag "isis_file: $isis_file" if ($debug);  diag "isis_file: $isis_file" if ($debug);
33    
# Line 75  ok(my $out = new WebPAC::Output::TT( Line 76  ok(my $out = new WebPAC::Output::TT(
76          filters => { foo => sub { shift } },          filters => { foo => sub { shift } },
77  ), "new Output::TT");  ), "new Output::TT");
78    
79    diag " lookup => ",Dumper($lookup->lookup_hash) if ($debug);
80    
81  while (my $row = $isis->fetch) {  while (my $row = $isis->fetch) {
82    
83          diag " row => ",Dumper($row) if ($debug);          diag " row => ",Dumper($row) if ($debug);
# Line 88  while (my $row = $isis->fetch) { Line 91  while (my $row = $isis->fetch) {
91          {          {
92                  no strict 'subs';                  no strict 'subs';
93                  use WebPAC::Normalize::Set;                  use WebPAC::Normalize::Set;
                 diag " lookup => ",Dumper($lookup) if ($debug);  
94                  set_lookup( $lookup->lookup_hash );                  set_lookup( $lookup->lookup_hash );
95                  clean_ds();                  clean_ds();
96                  eval "$norm_pl";                  eval "$norm_pl";

Legend:
Removed from v.474  
changed lines
  Added in v.481

  ViewVC Help
Powered by ViewVC 1.1.26