/[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 911 by dpavlin, Wed Apr 11 10:09:34 2007 UTC revision 912 by dpavlin, Tue Oct 30 17:40:13 2007 UTC
# Line 375  sub test_s { Line 375  sub test_s {
375          _set_rec( $rec2 );          _set_rec( $rec2 );
376    
377          test_s(qq{          test_s(qq{
378                  tag('Title',                  search_display('Title',
379                          rec('200','a')                          rec('200','a')
380                  );                  );
381          });          });
382          test_s(qq{          test_s(qq{
383                  tag('Who',                  search_display('Who',
384                          join_with(" ",                          join_with(" ",
385                                  rec('702','a'),                                  rec('702','a'),
386                                  rec('702','b')                                  rec('702','b')
# Line 431  sub test_s { Line 431  sub test_s {
431          test_check_ds('display');          test_check_ds('display');
432    
433          _clean_ds();          _clean_ds();
434          test_s(qq{ tag('something', '42'); });          test_s(qq{ search_display('something', '42'); });
435          test_s(qq{ tag('empty', ''); });          test_s(qq{ search_display('empty', ''); });
436          test_check_ds('search');          test_check_ds('search');
437          test_check_ds('display');          test_check_ds('display');
438    
# Line 460  sub test_s { Line 460  sub test_s {
460          is_deeply( $ds, {          is_deeply( $ds, {
461                  'mixed' => {                  'mixed' => {
462                          'search' => [ '200a', '200b' ],                          'search' => [ '200a', '200b' ],
                         'tag' => 'mixed'  
463                  }                  }
464          }, 'correct get_ds');          }, 'correct get_ds');
465    
# Line 484  sub test_s { Line 483  sub test_s {
483          is_deeply( $ds, {          is_deeply( $ds, {
484                  'mixed' => {                  'mixed' => {
485                          'search' => [ '200a', '200-solo' ],                          'search' => [ '200a', '200-solo' ],
                         'tag' => 'mixed'  
486                  }                  }
487          }, 'correct get_ds');          }, 'correct get_ds');
488    

Legend:
Removed from v.911  
changed lines
  Added in v.912

  ViewVC Help
Powered by ViewVC 1.1.26