test/activity/stack_activity_test.rb in ruboto-0.9.0.rc.0 vs test/activity/stack_activity_test.rb in ruboto-0.9.0.rc.1

- old
+ new

@@ -21,15 +21,16 @@ }[android.os.Build::VERSION::SDK_INT] || [0, 0, 0, 0] if org.ruboto.JRubyAdapter.uses_platform_apk? jruby_offset = { '0.4.7' => [0, 0, 0, 0], '0.4.8.dev' => [0, 0, -4, -4], + '0.4.8' => [0, 0, -4, -4], }[org.ruboto.JRubyAdapter.platform_version_name] || [0, 0, 0, 0] else # STANDALONE jruby_offset = { '1.7.0.dev' => [1, 1, 1, 1], '1.7.0.preview2' => [0, 0, -4, -4], - '1.7.0.rc1' => [0, 0, -4, -4], + '1.7.0.RC1' => [0, 0, -4, -4], }[org.jruby.runtime.Constants::VERSION] || [0, 0, 0, 0] end version_message ="ANDROID: #{android.os.Build::VERSION::SDK_INT}, PLATFORM: #{org.ruboto.JRubyAdapter.uses_platform_apk ? org.ruboto.JRubyAdapter.platform_version_name : 'STANDALONE'}, JRuby: #{org.jruby.runtime.Constants::VERSION}" assert_equal [28 + os_offset[0] + jruby_offset[0], 33 + os_offset[1] + jruby_offset[1],