Changeset 613
- Timestamp:
- 12/09/07 15:57: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
r605 r613 40 40 def test_libtype 41 41 lt = EventMachine.library_type 42 case ENV["EVENTMACHINE_LIBRARY"].intern || $eventmachine_library42 case (ENV["EVENTMACHINE_LIBRARY"] || $eventmachine_library).to_sym 43 43 when :pure_ruby 44 44 assert_equal( :pure_ruby, lt )
