Changeset 287
- Timestamp:
- 11/19/06 20:34:23 (2 years ago)
- Files:
-
- version_0/lib/eventmachine.rb (modified) (1 diff)
- version_0/lib/protocols/header_and_content.rb (added)
- version_0/Rakefile (modified) (1 diff)
- version_0/tests/test_hc.rb (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/lib/eventmachine.rb
r281 r287 1063 1063 require 'protocols/httpclient' 1064 1064 require 'protocols/line_and_text' 1065 1065 require 'protocols/header_and_content' 1066 version_0/Rakefile
r283 r287 166 166 end 167 167 168 desc "PROVISIONAL: run tests for header/content protocol handler" 169 task :test_hc do |t| 170 run_tests t, :extension, "test_hc.rb" 171 end 172 173 desc "Test protocol handlers" 174 task :test_protocols => [ :test_hc, :test_ltp ] 175 168 176 169 177 desc "Build everything"