unittests/mozilla_all_tests.rb in firewatir-1.2.1 vs unittests/mozilla_all_tests.rb in firewatir-1.6.2

- old
+ new

@@ -1,19 +1,7 @@ -# these are the tests that run reliably and invisibly - TOPDIR = File.expand_path(File.join(File.dirname(__FILE__), '..')) $LOAD_PATH.unshift TOPDIR +require 'unittests/setup' -puts $LOAD_PATH -require 'unittests/setup.rb' - Dir.chdir TOPDIR +$all_tests.each {|x| require x } -#tests = ["unittests/test.rb", -# "unittests/test_xpath.rb" -# ] - -#tests.each { |x| require x } -$core_tests.each {|x| require x } - -#$HIDE_IE = true -#$ff.visible = false