On 2012/04/29 10:42:26, tbroyer wrote:
On 2012/04/27 16:11:29, rdayal wrote:
> Hey Thomas,
>
> When I ran the tests after applying your change, I saw a failure in
> EditorTest.test:
>
> aused by: junit.framework.AssertionFailedError:
expected=EditorBarTest
> actual=FOO
>    at
>

com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:164)
>    at
>

com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:1)
>    at
>

com.google.web.bindery.requestfactory.shared.impl.AbstractRequest.onSuccess(AbstractRequest.java:129)
>    at
>

com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.processPayload(AbstractRequestContext.java:377)
>    ... 28 more
>
>
> Are you seeing the same thing?

On my local branch (off of r10773), "ant -f user/build.xml
test.dev.htmlunit

-Dgwt.junit.testcase.includes=com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.class"
passes:

     [junit] Running
com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest
     [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 49,035
sec

I'll rebase and see if that changes anything.

Rebased upon r10958, "ant clean dist-dev" and then ran test.dev.htmlunit
and test.web.htmlunit, with the same BUILD SUCCESSFUL results.

I tried with OpenJDK (6u24) and Oracle JDK (6u27)
(with the clean/dist-dev being run with OpenJDK; only the test being run
with both JDKs)

Also tried with OpenJDK 7u3 (clean dist-dev, then test.dev.htmlunit;
using "JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/ ant ..." on the
command line; I'm not really sure the JAVA_HOME honored everywhere using
this technique); same (successful) results.

http://gwt-code-reviews.appspot.com/1601806/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to