test/app_test_methods.rb in ruboto-0.10.0.rc.0 vs test/app_test_methods.rb in ruboto-0.10.0.rc.1

- old
+ new

@@ -36,10 +36,10 @@ 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.0.rc1')) + next if file =~ /subclass/ && (RUBOTO_PLATFORM == 'CURRENT' || JRUBY_JARS_VERSION < Gem::Version.new('1.7.1.dev')) if file =~ /_test.rb$/ next unless file =~ /#{ENV['ACTIVITY_TEST_PATTERN']}/ snake_name = file.chomp('_test.rb')