Changeset 1508

Show
Ignore:
Timestamp:
08/20/06 19:09:27
Author:
miyagawa
Message:

fixed Filter::Emoticon test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/t/plugins/Filter-Emoticon/google_talk.t

    r1504 r1508  
    33 
    44test_plugin_deps; 
     5test_requires('Text::Emoticon::GoogleTalk'); 
    56plan 'no_plan'; 
    67run_eval_expected; 
  • trunk/plagger/t/plugins/Filter-Emoticon/msn.t

    r1504 r1508  
    33 
    44test_plugin_deps; 
     5test_requires('Text::Emoticon::MSN'); 
    56plan 'no_plan'; 
    67run_eval_expected; 
     
    1920  - module: Filter::Emoticon 
    2021    config: 
    21       driver: Yahoo 
     22      driver: MSN 
    2223    option: 
    2324      strict: 1 
     
    2526--- expected 
    2627ok 1, $block->name; 
    27 is $context->update->feeds->[0]->entries->[0]->body, 'hello <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons6/1.gif" />' 
     28is $context->update->feeds->[0]->entries->[0]->body, 'hello <img src="http://messenger.msn.com/Resource/emoticons/regular_smile.gif" />'; 
  • trunk/plagger/t/plugins/Filter-Emoticon/yahoo.t

    r1504 r1508  
    33 
    44test_plugin_deps; 
     5test_requires('Text::Emoticon::Yahoo'); 
    56plan 'no_plan'; 
    67run_eval_expected;