/[webpac2]/trunk/t/3-normalize.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/3-normalize.t

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

revision 736 by dpavlin, Thu Oct 5 12:57:51 2006 UTC revision 787 by dpavlin, Sun Dec 10 12:56:05 2006 UTC
# Line 2  Line 2 
2    
3  use strict;  use strict;
4    
5  use Test::More tests => 309;  use Test::More tests => 311;
6  use Test::Exception;  use Test::Exception;
7  use Cwd qw/abs_path/;  use Cwd qw/abs_path/;
8  use blib;  use blib;
# Line 725  sub test_s { Line 725  sub test_s {
725                          [ '901', ' ', ' ', 'b', 'bar', 'c', 'baz' ],                          [ '901', ' ', ' ', 'b', 'bar', 'c', 'baz' ],
726                  ],                  ],
727          );          );
728    
729            test_s(qq{ marc_remove('*'); });
730            ok(! WebPAC::Normalize::_get_marc_fields(), 'marc_remove(*)');
731    
732          test_rec_rules(          test_rec_rules(
733                  'marc_duplicate',                  'marc_duplicate',
734                  { '200' => [{ a => 42, b => 'bar', c => 'baz', d => 'bing', e => 'bong' }] },                  { '200' => [{ a => 42, b => 'bar', c => 'baz', d => 'bing', e => 'bong' }] },

Legend:
Removed from v.736  
changed lines
  Added in v.787

  ViewVC Help
Powered by ViewVC 1.1.26