test/asunit/framework/AsyncTest.as in asunit4-4.2.2.pre vs test/asunit/framework/AsyncTest.as in asunit4-4.2.3.pre

- old
+ new

@@ -5,19 +5,15 @@ import asunit.framework.Async; import asunit.framework.IAsync; import asunit.framework.TestCase; import flash.events.Event; - import flash.events.EventDispatcher; import flash.utils.setTimeout; public class AsyncTest { [Inject] public var async:IAsync; - - [Inject] - public var dispatcher:EventDispatcher; private var orphanAsync:IAsync; private var command:TimeoutCommand; [Before]