Please be careful with that kind of quick hack. What will happen to the person who writes the next test?
On Wed, Sep 29, 2010 at 3:44 PM, <[email protected]> wrote: > > http://gwt-code-reviews.appspot.com/931802/diff/1/6 > File user/test/com/google/gwt/requestfactory/server/SimpleFoo.java > (right): > > http://gwt-code-reviews.appspot.com/931802/diff/1/6#newcode438 > user/test/com/google/gwt/requestfactory/server/SimpleFoo.java:438: if > (fooField != null) { > I can just check that fooField is not already persisted. If it is, I'll > skip it. That may not technically be perfect cascading, but it should > suffice for the tests. > > > http://gwt-code-reviews.appspot.com/931802/show > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
