summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-02-24 23:26:26 +0100
committerDavid Ostrovsky <david.ostrovsky@gmail.com>2014-03-10 06:22:39 +0000
commit2919972ce4868735e4ec9af59aa9f83c2c93e354 (patch)
treede70e6c7dfeec9ddeb3b10512d4c3290dc4f9bec
parent65df1358a192fdeb75172a7b7e6061b5b57a6649 (diff)
Enable disabled gwtui tests
a283507bccbd408540ae1baf75eb80eb59dce031 disabled EditIteratorTest due to gwt-test-utils uncompatibility with new GWT 2.6 release. After fixing the compatibility problem in [1] the tests can be enabled again. [1] https://github.com/gwt-test-utils/gwt-test-utils/issues/62 Change-Id: I1f93e6422a1ae60d66f4d8b4abac23b6a1acb4f9
-rw-r--r--gerrit-gwtui/src/test/java/com/google/gerrit/client/diff/EditIteratorTest.java1
-rw-r--r--lib/gwt/BUCK8
2 files changed, 4 insertions, 5 deletions
diff --git a/gerrit-gwtui/src/test/java/com/google/gerrit/client/diff/EditIteratorTest.java b/gerrit-gwtui/src/test/java/com/google/gerrit/client/diff/EditIteratorTest.java
index bb0c0ae183..9f6e6c9a6c 100644
--- a/gerrit-gwtui/src/test/java/com/google/gerrit/client/diff/EditIteratorTest.java
+++ b/gerrit-gwtui/src/test/java/com/google/gerrit/client/diff/EditIteratorTest.java
@@ -30,7 +30,6 @@ import org.junit.Test;
/** Unit tests for EditIterator */
@GwtModule("com.google.gerrit.GerritGwtUI")
-@Ignore
public class EditIteratorTest extends GwtTest {
private JsArrayString lines;
diff --git a/lib/gwt/BUCK b/lib/gwt/BUCK
index c855a63d58..537c6d8579 100644
--- a/lib/gwt/BUCK
+++ b/lib/gwt/BUCK
@@ -40,8 +40,8 @@ python_binary(
maven_jar(
name = 'gwt-test-utils',
- id = 'com.googlecode.gwt-test-utils:gwt-test-utils:0.45',
- sha1 = 'ed16fa85defc685802e11cc61f8bc70454412fdb',
+ id = 'com.googlecode.gwt-test-utils:gwt-test-utils:0.47',
+ sha1 = '284749ed37d8034bac05e374070c09cce88db540',
license = 'Apache2.0',
deps = [
':javassist',
@@ -52,8 +52,8 @@ maven_jar(
maven_jar(
name = 'javassist',
- id = 'org.javassist:javassist:3.16.1-GA',
- sha1 = '315891b371395271977af518d4db5cee1a0bc9bf',
+ id = 'org.javassist:javassist:3.18.1-GA',
+ sha1 = 'd9a09f7732226af26bf99f19e2cffe0ae219db5b',
license = 'Apache2.0',
visibility = [],
)