Changeset 2295 for lang/ruby/ssb

Show
Ignore:
Timestamp:
12/02/07 20:13:20 (13 months ago)
Author:
tokuhirom
Message:

lang/ruby/ssb: oops. fix broken test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ssb/trunk/test/filter_test.rb

    r2260 r2295  
    2020  test 'filter a tag' do 
    2121    assert_equal( 
    22         SSB::Application.filter_html("<a href='/bar'>foo</a>", URI.parse('http://example.com/foo'), Term.new(SSB::KtaiSpec::CARRIER_DOCOMO), ''), 
     22        SSB::Application.filter_html("<a href='/bar'>foo</a>", URI.parse('http://example.com/foo'), Term.new(SSB::KtaiSpec::CARRIER_DOCOMO), '', ''), 
    2323        %Q{<a href=\"./?q=http%3A%2F%2Fexample.com%3A80%2Fbar\" target=\"_top\" >foo</a>} 
    2424    )