- Timestamp:
- 02/02/08 15:27:58 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/chokan/branches/citrus/plugins/uri_information.rb
r6032 r6033 36 36 Thread.start(channel, URI(uri[0])) do |chan, u| 37 37 response(chan, u) 38 end .join38 end 39 39 end 40 40 end … … 120 120 121 121 it "should reply correctly" do 122 Thread.critical = true 122 123 @socket.string = "" 123 124 @plugin.on_privmsg(@prefix, "#test", "urn:ietf:rfc:2812") 125 Thread.pass 124 126 @socket.string.should == "NOTICE #test :urn: -> uri\r\n" 127 125 128 126 129 @socket.string = "" 127 130 @plugin.on_privmsg(@prefix, "#test", "http://localhost/") 131 Thread.pass 128 132 @socket.string.should == "NOTICE #test :http: -> uri\r\n" 133 134 Thread.critical = false 129 135 end 130 136 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)