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:
committed by
David Ostrovsky
parent
65df1358a1
commit
2919972ce4
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user