#3009: Enhance testing framework to support async 'setUp'
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:  garry.yao   
     Type:  Bug        |      Status:  assigned    
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:  SVN         
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------

Old description:

> In functional tests which always requires to have a fully interacted
> editor instance as prerequisites,  with multiple test cases in a suite
> share only one same 'playground' instance, and since the creation of an
> editor instance is mostly asynchronous while currently the
> '''YAHOO.tool.TestSuite::setUp''' method doesn't support  it, so we need
> to work around this by making a few changes to the testing framework.

New description:

 In functional tests which always requires to have a fully interacted
 editor instance as prerequisites, with all tests in a case share a
 'playground' instance.

 Though we could find workaround by enhancing the current YUI Test
 framework, it's better to leave the core Framework untouched since it's
 will be heavy to maintain those changes when future versions of YUI are
 released, so it would result in we make a customized
 '''IteractiveEditorTestCase''' which provide the required functionality.

--

Comment(by garry.yao):

 Revised to a new approach to work arround this.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3009#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to