You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, hadn't noticed that among the Window test warnings :-)
I'll revert it to the DummyTest.java scheme. I originally switched because it seemed like a dummy java file and generated class were overkill for the goal of having something in src/test/java to make the ant scripts work. I had a bundle (javax.websocket-server) that didn't have any src/main/java code, the jar was just a manifest-classpath aggregator for ext jars, and didn't want a dummy class included in the jar. Hmm just occurred to me that might instead just be able to make the ant scripts create the necessary dir if it doesn't exist (e.g., component-path/src/test/java) so everything just works w/o the need for dummies. I'll give that more thought when I do issue #86.
The Dummy file causes a warning in eclipse.
Any reason a different style to the other Dummy tests was taken?
The text was updated successfully, but these errors were encountered: