test/unit/fcsh_socket_test.rb in flashsdk-1.0.27.pre vs test/unit/fcsh_socket_test.rb in flashsdk-1.0.28.pre

- old
+ new

@@ -12,9 +12,13 @@ @input = File.join(fixtures, 'mxmlc', 'simple', 'SomeFile.as') @test_port = 12543 end + teardown do + clear_tasks + end + should "be instantiable" do service_ready = false # Create the remote side of the connection: t = Thread.new do Thread.current.abort_on_exception = true