Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT unit tests

Hi!

I'm working on bugĀ 499010. I added API which lets code outside SWT contribute an exception handler, and added unit tests that exercise that API.

However, the build server keeps failing with a compilation error that suggests that the unit tests are building against an older version of SWT that does not contain my new API.

Could anyone kindly help me figure out what's going on?

The change in question is here:

https://git.eclipse.org/r/#/c/60738/


Back to the top