Bug 464026 - [ALF] Fix ALF Tests so that they can run with Maven
Summary: [ALF] Fix ALF Tests so that they can run with Maven
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Others (show other bugs)
Version: 1.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-07 07:00 EDT by Camille Letavernier CLA
Modified: 2017-09-08 09:48 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Camille Letavernier CLA 2015-04-07 07:00:46 EDT
Currently the ALF Tests only work when executed from an Eclipse instance (PDE/JDT). They should be fixed in order to run with Maven/Tycho (i.e. as deployed plug-ins)

The tests have been annotated as @Invalid until this is fixed, and will be ignored by the test build. The annotations need to be removed when the tests are fixed
Comment 1 Camille Letavernier CLA 2015-04-07 07:23:19 EDT
> The tests have been annotated as @Invalid until this is fixed, and will be ignored by the test build. The annotations need to be removed when the tests are fixed

Actually that's not possible since these tests use a custom Runner which conflicts with the Papyrus Runner, so I annotated them with @Ignore instead (Commit 55ea2ec)