Added note to Javadoc about running in Eclipse. Review at http://gwt-code-reviews.appspot.com/1371807/ Review by: rjrjr@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9821 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/requestfactory/RequestFactoryJreSuite.java b/user/test/com/google/gwt/requestfactory/RequestFactoryJreSuite.java index b203b56..5736e21 100644 --- a/user/test/com/google/gwt/requestfactory/RequestFactoryJreSuite.java +++ b/user/test/com/google/gwt/requestfactory/RequestFactoryJreSuite.java
@@ -31,6 +31,11 @@ /** * Suite of RequestFactory tests that require the JRE. + * <p> + * Note: these tests require gwt-user src on the classpath. To run in + * Eclipse, use Google Plugin for Eclipse to run as a GWT JUnit test + * or edit the Eclipse launch config and add the src folder to the classpath + * (click Classpath tab, User entries, Advanced..., Add folders) */ public class RequestFactoryJreSuite { public static Test suite() {