Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] org.eclipse.test dependencies in SWT tests

Hello,

I noticed today that there is an org.eclipse.test dependency in the SWT JUnit tests, specifically:

Test_org_eclispe_swt_widgets_Display.java

Is this still needed? Ideally the SWT tests should be pure SWT only to prevent having to pull in extra dependencies when doing testing.

If it's not crucial to have it there I'd like to remove it. Those who need it can add it back in locally.

--
Eric Williams
Software Engineering Intern, Eclipse Team


Back to the top