Revision: 8843
Author: [email protected]
Date: Wed Sep 22 08:01:01 2010
Log: Fix test build break caused by race condition with the
RequestObject->Request rename change.
Patch by: bobv
Review by: rjrjr
http://code.google.com/p/google-web-toolkit/source/detail?r=8843
Modified:
/trunk/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java
=======================================
---
/trunk/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java
Wed Sep 22 07:33:27 2010
+++
/trunk/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java
Wed Sep 22 08:01:01 2010
@@ -189,7 +189,7 @@
assertEquals(futureId, req.getProxyId(futureToken));
assertEquals(req.getClass(futureId), req.getClass(futureToken));
- RequestObject<SimpleBarProxy> fooReq =
req.simpleBarRequest().persistAndReturnSelf(
+ Request<SimpleBarProxy> fooReq =
req.simpleBarRequest().persistAndReturnSelf(
foo);
fooReq.fire(new Receiver<SimpleBarProxy>() {
@Override
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors