Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] CSS test project


The original TK-UI CSS work had test folders for both core and SWT.  These were part of the IP review but I didn't commit them into CVS with the rest of the work because the "shape" wasn't the same as how we do things in Eclipse. Specifically,

- Tests need to be converted to be junit tests.
- Examples should be in a separate project (they are presently mixed in with the tests).

Clearly there is a lot of valuable work in there and the community needs access to it in order to rework it into our structure, thus it needs to be in CVS somewhere.

I've therefore done the following:

1) I've added a folder tkuiTestsToRefactor to org.eclipse.e4.ui.tests.css.swt
2) I've created subfolders for core and SWT
3) I've copied the TK-UI core and SWT tests into there (taken from the CQ 2767)

Note that the folders above are *not* source folders.  This is mainly because the packages and imports all still say tkui and generate compile errors, and I figured they'd get refactored as we went along.  The goal is to gradually take source out of tkuiTestsToRefactor and either create junit tests or examples from it.  As you do so, delete the old files from the tkuiTestsToRefactor folder.  Eventually, the tkuiTestsToRefactor folder will be empty and deleted.

At some point we should create a test folder just for css.core, ie. org.eclipse.e4.ui.tests.css.core.

I will be tagging the CSS projects.

Regards,
Kevin

Back to the top