Bug 417168 - [Unit Test Failure] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.notuithread.NatTableShowHideColumnsAPITests.sortAToZ
Summary: [Unit Test Failure] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.n...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 05:38 EDT by Fabien TREGUER CLA
Modified: 2020-05-01 11:26 EDT (History)
1 user (show)

See Also:
gdupe: luna+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabien TREGUER CLA 2013-09-13 05:38:52 EDT
This test fails when wantedOrder array and sorted columns list are compared. The column '/eReferences' is missplaced.

The test should be modified to compare directly the current column eStructuralFeature name and the next column eStructuralFeature name. We must found :
 - in first place the columns having a name surounded by square braces;
 - in second place the rest of columns ordered by their eStructuralFeature name (inverse).

We should ignore the test until modification.