Changes between Version 2 and Version 8 of Ticket #3009


Ignore:
Timestamp:
Aug 13, 2009, 11:52:31 AM (15 years ago)
Author:
Garry Yao
Comment:

Update description according to recent investigation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3009

    • Property Component changed from General to QA
    • Property Keywords HasTest Review? added
    • Property Version changed from SVN (FCKeditor) to CKEditor 3.0 Beta 2
    • Property Milestone changed from CKEditor 3.0 to CKEditor 3.1
  • Ticket #3009 – Description

    v2 v8  
    1 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.
     1In functional tests where always requires to have a fully interacted editor instance as prerequisites, with all tests in a case share a 'playground' instance.
    22
    3 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.
     3We 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'''.
     4
     5Since 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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy