commit | 17c86cde532e649390c6f9a3b2ffd6abf0f26ef8 | [log] [tgz] |
---|---|---|
author | drfibonacci@google.com <drfibonacci@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Mar 07 18:21:02 2011 +0000 |
committer | drfibonacci@google.com <drfibonacci@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Mar 07 18:21:02 2011 +0000 |
tree | 153b3e9737f083b88855b5f47e679e7af2d853ee | |
parent | 2ccf1859b656b19847d9d1d3f59a9cc908cd81ef [diff] |
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() {