| commit | 577d0028df2774ef6fe9d1168e6f8446d791fc6e | [log] [tgz] |
|---|---|---|
| author | bobv@google.com <bobv@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Sep 22 15:01:01 2010 +0000 |
| committer | bobv@google.com <bobv@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Sep 22 15:01:01 2010 +0000 |
| tree | a94d73ae12ad88c085db2d9a1d13891d962a9daa | |
| parent | 3cd1466a09fe8842ed1a1853011a0609709bf2ba [diff] |
Fix test build break caused by race condition with the RequestObject->Request rename change. Patch by: bobv Review by: rjrjr git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8843 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java b/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java index 4fdc030..c90fce3 100644 --- a/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java +++ b/user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java
@@ -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