Hi Graham,
the answer is pretty simple. You executed test cases which are not
supposed to be
1. even executed
2. or must be executed as plugin in test (which we no longer support)
See Ant build file.
<batchtest todir="${junit.report.dir}">
<fileset dir="${src.test.dir}">
<exclude name="**/Abstract*.java"/>
<exclude name="**/*PluginTest.java"/>
<exclude name="**/stf/**"/>
<include name="**/*Test.java"/>
</fileset>
</batchtest>
BR,
Stefan
On 06.11.2013 20:47, Graham Allan wrote:
Hey all,
Hope this is the right place for this question. I have a fork of Saros
for tootling with, tracking against master. Currently there are JUnit
test failures (output attached) all reporting an
'IllegalStateException: Workspace is closed.' message, from a call to
org.eclipse.core.resources.ResourcesPlugin.getWorkspace.
Is there something I should be doing to have these tests pass locally?
Best regards,
Graham Allan
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel