test/app_test_methods.rb in ruboto-0.10.2 vs test/app_test_methods.rb in ruboto-0.11.0.rc.0
- old
+ new
@@ -11,11 +11,11 @@
end
else
assert_code 'Base64Loads', "require 'base64'"
# FIXME(uwe): We should try using YAML as well
- assert_code 'YamlLoads', "require 'ruboto/util/stack' ; with_large_stack{require 'yaml'}"
+ assert_code 'YamlLoads', "require 'yaml'"
assert_code 'ReadSourceFile', 'File.read(__FILE__)'
assert_code 'DirListsFilesInApk', 'Dir["#{File.dirname(__FILE__)}/*"].each{|f| raise "File #{f.inspect} not found" unless File.exists?(f)}'
assert_code 'RepeatRubotoImportWidget', 'ruboto_import_widget :TextView ; ruboto_import_widget :TextView'
end
@@ -37,13 +37,9 @@
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 stop testing RubotoCore <= 0.5.2 and android-10
- next if file =~ /json/ && (RUBOTO_PLATFORM == 'CURRENT' || ANDROID_OS <= 10)
# EMXIF
# FIXME(uwe): Remove when we include jopenssl and bouncycastle
next if file =~ /ssl/
# EMXIF