diff options
author | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 22:05:44 -0500 |
---|---|---|
committer | Maxime Mériouma-Caron <maxime.meriouma@arcbees.com> | 2016-02-01 22:05:44 -0500 |
commit | f58fa65ae71bb03841e52898d5e1522099666432 (patch) | |
tree | eb8c3d94cdabaec50790c64debdda84aa21fc514 | |
parent | 01b953671918ecb438b3763919bc38b53ccec686 (diff) | |
download | gwtquery-f58fa65ae71bb03841e52898d5e1522099666432.tar.gz gwtquery-f58fa65ae71bb03841e52898d5e1522099666432.zip |
Run test only in Prod
-rw-r--r-- | gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java index 14a2bc96..23fb69ba 100644 --- a/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java +++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java @@ -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); |