Changeset 715
- Timestamp:
- 06/20/08 17:26:14 (4 months ago)
- Files:
-
- trunk/tests/test_timers.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tests/test_timers.rb
r668 r715 108 108 109 109 # This test is only applicable to compiled versions of the reactor. 110 # Pure ruby versions have no built-in limit on the number of outstanding timers.110 # Pure ruby and java versions have no built-in limit on the number of outstanding timers. 111 111 # 112 112 def test_timer_change_max_outstanding … … 118 118 EM.run { 119 119 if EM.library_type == :pure_ruby 120 ten_thousand_timers.call 121 elsif EM.library_type == :java 120 122 ten_thousand_timers.call 121 123 else
