|
|
|
|
Re: PDE JUnit Plugin - "no test case found in..." - Feedback [message #35375 is a reply to message #27065] |
Thu, 22 May 2003 10:47  |
Eclipse User |
|
|
|
Originally posted by: dummy.dummy.de
Hi,
after finding that your test example was failing as well I thought it
hardly can't be a bug and the problem must very likely reside here on my
side.
So, I set up the plugin ecplipse project from scratch (the development
environment). Good news: it works now. Bad news: Deleted the 'old'
workspace permanently, so I have no way to identify the detail reason
afterwards.
cheers,
Martin
> The following test passes. Can you please try
> this code. If it still fails please file a bug
> report against JDT UI.
>
> --erich
>
> import junit.framework.TestCase;
> import org.eclipse.core.resources.ResourcesPlugin;
> import org.eclipse.core.runtime.Plugin;
>
> public class FooTest extends TestCase {
> public void testFoo() {
> Plugin plugin = ResourcesPlugin.getPlugin();
> assertNotNull(plugin);
> }
> }
>
|
|
|
Powered by
FUDForum. Page generated in 0.03077 seconds