test/unit/adt_test.rb in flashsdk-1.0.13.pre vs test/unit/adt_test.rb in flashsdk-1.0.14.pre

- old
+ new

@@ -1,9 +1,9 @@ require 'test_helper' class ADTTest < Test::Unit::TestCase - include SproutTestCase + include Sprout::TestHelper context "An ADT tool" do setup do @fixture = File.join 'test', 'fixtures', 'air', 'simple' @@ -12,14 +12,13 @@ @swf_input = File.join @fixture, 'SomeProject.swf' @swf_main = File.join @fixture, 'SomeProject.mxml' @certificate = File.join @fixture, 'SomeProject.pfx' @cert_password = 'samplePassword' - - #Sprout::Log.debug = false end teardown do + clear_tasks remove_file @expected_output end should "package a SWF with an application.xml" do as_a_unix_system do