| Summary: | Runtime GMFGraph tests are failing under the modeling (non Tycho) build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] GMF-Tooling | Reporter: | Michael Golubev <borlander> | ||||
| Component: | Core | Assignee: | Michael Golubev <borlander> | ||||
| Status: | ASSIGNED --- | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | mistria | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Michael Golubev
I've verified that the generated code is the same under the build and for local runs (attached).
So, it explicitly contains the setting of the color like this:
/**
* @generated
*/
static final Color THIS_FORE = new Color(null, 0, 0, 255);
this.setForegroundColor(THIS_FORE);
So this is the problem with test checker not with the code being tested.
Created attachment 197470 [details]
correctly generated code for failing testFlowLayout
batch update: Verified in RC2 |