Enable disabled gwtui tests

a283507bcc 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
This commit is contained in:
David Ostrovsky
2014-02-24 23:26:26 +01:00
committed by David Ostrovsky
parent 65df1358a1
commit 2919972ce4
2 changed files with 4 additions and 5 deletions

View File

@@ -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;