test/app_test_methods.rb in ruboto-1.2.0 vs test/app_test_methods.rb in ruboto-1.3.0
- old
+ new
@@ -36,23 +36,23 @@
end
end
def run_activity_tests(activity_dir)
Dir[File.expand_path("#{activity_dir}/*", File.dirname(__FILE__))].each do |file|
- # FIXME(uwe): Remove when we stop testing JRuby < 1.7.14
- next if file =~ /rss/ && (JRUBY_JARS_VERSION < Gem::Version.new('1.7.14.dev'))
+ # FIXME(uwe): Remove when we stop testing JRuby < 1.7.20.dev
+ next if file =~ /rss/ && (JRUBY_JARS_VERSION < Gem::Version.new('1.7.20.dev'))
# EMXIF
- # FIXME(uwe): Remove when we release RubotoCore based on JRuby 1.7.14
+ # FIXME(uwe): Remove when we release RubotoCore based on JRuby 1.7.20
next if file =~ /rss/ && (RUBOTO_PLATFORM == 'CURRENT' || RUBOTO_PLATFORM == 'FROM_GEM')
# EMXIF
# FIXME(uwe): Remove when we stop testing api level < 16
# FIXME(uwe): Remove when we release RubotoCore with SSL included
next if file =~ /ssl/ && (ANDROID_OS < 16 ||
RUBOTO_PLATFORM == 'CURRENT' || RUBOTO_PLATFORM == 'FROM_GEM' ||
JRUBY_JARS_VERSION < Gem::Version.new('1.7.13') ||
- JRUBY_JARS_VERSION < Gem::Version.new('9000')) # FIXME(uwe): JRuby 9K should contain the SSLSocket fix.
+ JRUBY_JARS_VERSION < Gem::Version.new('9.0.0.0')) # FIXME(uwe): JRuby 9K should contain the SSLSocket fix.
# EMXIF
# FIXME(uwe): Remove when we stop testing JRuby < 1.7.4.dev
next if file =~ /dir_and_file/ && (RUBOTO_PLATFORM == 'CURRENT' || JRUBY_JARS_VERSION < Gem::Version.new('1.7.4.dev'))
# EMXIF