| Thanks for the heads-up, Asma. 
 Looking at the build console logs, it looks to me like the tests are not finding any Element Types in the registry.  This has happened a few times before, when in the build environment some plug-ins that Papyrus-RT needs from Papyrus aren’t installed because they aren’t dependencies declared in the OSGi manifests even though they are implicitly needed.  So, our Papyrus-RT element-types for creation of new elements in the diagrams depend on the core element-types defined by Papyrus-RT, which in turn depend on element-types from Papyrus. 
 Because other tests that require element-types aren’t failing, I suspect that the problem is local to Papyrus-RT (not caused by Papyrus) and that it is in the build system.  Our tests really should generally run on the complete Papyrus-RT product assembly, I think.  Should just be a matter of ensuring in the maven POM that all required bundles are installed in the Eclipse instance under test. 
 I’ll see whether I can figure out a fix (I’ve been there and done this before). 
 Christian
 On 19 September, 2016 at 10:07:05, SMAOUI Asma (asma.smaoui@xxxxxx) wrote: 
 |