From 5636363548f78a6844c8336a100032dd336b5acd Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 20 Nov 2012 21:37:55 +0100 Subject: [PATCH] Update the gwt-test-utils version. * pom.xml: gwt-test-utils 0.43 uses GWT 2.5.0, not GWT 2.4.0. Using both in the same project was causing gwt-log to fail in GWTBrige, with this error: testOutOfBounds(org.glom.web.server.libglom.DocumentLayoutPathTest): (class: com/google/gwt/core/client/GWT, method: setBridge signature: (Lcom/google/gwt/core/client/GWTBridge;)V) Incompatible argument to function --- ChangeLog | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 90e9d2d..8b4511e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-11-20 Murray Cumming + + Update the gwt-test-utils version. + + * pom.xml: gwt-test-utils 0.43 uses GWT 2.5.0, not GWT 2.4.0. + Using both in the same project was causing gwt-log to fail in GWTBrige, + with this error: + testOutOfBounds(org.glom.web.server.libglom.DocumentLayoutPathTest): + (class: com/google/gwt/core/client/GWT, method: setBridge signature: (Lcom/google/gwt/core/client/GWTBridge;)V) Incompatible argument to function + 2012-11-19 Murray Cumming DocumentTest: testLocales(): Update for the latest example version. diff --git a/pom.xml b/pom.xml index 35431fb..efd30be 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ com.googlecode.gwt-test-utils gwt-test-utils - 0.42 + 0.43 test -- 2.1.4