Changeset 455
- Timestamp:
- 07/20/07 20:15:05 (1 year ago)
- Files:
-
- version_0/tests/test_ltp.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/tests/test_ltp.rb
r403 r455 44 44 45 45 def test_simple_lines 46 # THIS TEST CURRENTLY FAILS IN JRUBY. 47 assert( RUBY_PLATFORM !~ /java/ ) 48 46 49 lines_received = [] 47 50 Thread.abort_on_exception = true … … 73 76 74 77 def test_overlength_lines 78 # THIS TEST CURRENTLY FAILS IN JRUBY. 79 assert( RUBY_PLATFORM !~ /java/ ) 80 75 81 lines_received = [] 76 82 Thread.abort_on_exception = true
