Opened 16 years ago
Last modified 16 years ago
#3009 closed Bug
Enhance testing framework to support async 'setUp' — at Version 2
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | QA | Version: | 3.0 Beta 2 |
Keywords: | Confirmed HasTest | Cc: |
Description (last modified by )
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.
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
Changed 16 years ago by
Attachment: | 3009.patch added |
---|
Revised to a new approach to work arround this.