﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3009	Enhance testing framework to support async 'setUp'	Garry Yao	Garry Yao	"In functional tests where always requires to have a fully interacted editor instance as prerequisites, with all tests in a case share a 'playground' instance.

We should provide a customized '''TestSuite''' which responsible for setting up a editor instance transparently with all containing TCs share this singleton, with this, it even able to make sure each test 's cleanness in a TC by resetting the editor with '''TestCase::setUp'''.

Since the setting up of our editor is always an asynchronous operation, so does cleaning up an editor sometimes, sadly that YUI doesn't support calling '''wait/resume''' inside setUp method, we should work around it in order to bring the above functionality into truth.
"	Bug	closed	Normal	CKEditor 3.1	QA	3.0 Beta 2	fixed	Confirmed HasTest	
