Changeset 614
- Timestamp:
- 12/09/07 15:59:12 (1 year ago)
- Files:
-
- version_0/tests/test_basic.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/tests/test_basic.rb
r613 r614 40 40 def test_libtype 41 41 lt = EventMachine.library_type 42 case (ENV["EVENTMACHINE_LIBRARY"] || $eventmachine_library ).to_sym42 case (ENV["EVENTMACHINE_LIBRARY"] || $eventmachine_library || :xxx).to_sym 43 43 when :pure_ruby 44 44 assert_equal( :pure_ruby, lt )