Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] Idea for fixing RienaTestCase.addPluginXml()

A quick idea regarding fixing the RienaTestCase.addPluginXml method():

I noticed it uses the user token - which is a "less privileged" token.
We should try to invoke it with the master token, which allows all
operations. The master token is private but should be obtainable with
a bit of reflection hackery :-o from ExtensionRegistry.masterToken

Kind regards,
Elias.

-- 
Elias Volanakis | Technical Lead | http://eclipsesource.com
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | @evolanakis


Back to the top