Browse Source

Run test only in Prod

1.5-beta
Maxime Mériouma-Caron 8 years ago
parent
commit
f58fa65ae7

+ 2
- 1
gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java View File

@@ -222,7 +222,8 @@ public class DataBindingTestJre extends GWTTestCase {
assertNull(entity.address().get("phone"));
}
}

@DoNotRunWith(Platform.Devel)
public void test_return_empty_list_when_array_isEmpty() {
//GIVEN a JSON representation of a user without phones
GUser user = GQ.create(GUser.class);

Loading…
Cancel
Save