test/app_test_methods.rb in ruboto-0.11.0 vs test/app_test_methods.rb in ruboto-0.12.0.rc.0
- old
+ new
@@ -35,13 +35,9 @@
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.0.rc1
- next if file =~ /subclass/ && (RUBOTO_PLATFORM == 'CURRENT' || JRUBY_JARS_VERSION < Gem::Version.new('1.7.1.dev'))
- # EMXIF
-
# FIXME(uwe): Remove when we include jopenssl and bouncycastle
next if file =~ /ssl/
# EMXIF
# FIXME(uwe): Remove when we stop testing JRuby < 1.7.4.dev