Changeset 493
- Timestamp:
- 07/29/07 13:15:12 (1 year ago)
- Files:
-
- version_0/lib/protocols/linetext2.rb (modified) (1 diff)
- version_0/tests/test_ltp2.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/lib/protocols/linetext2.rb
r492 r493 34 34 # This was originally written to support Stomp. 35 35 36 # TODO! We're not enforcing the limits on header lengths and text-lengths. 37 # When we get around to that, call #receive_error if the user defined it, otherwise 38 # throw exceptions. 36 39 37 40 module EventMachine version_0/tests/test_ltp2.rb
r492 r493 29 29 require 'eventmachine' 30 30 31 # TODO!!! Need tests for overlength headers and text bodies. 31 32 32 33 class TestLineText2 < Test::Unit::TestCase
