summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java
diff options
context:
space:
mode:
authorTaras Hupalo <taras.hupalo@gmail.com>2014-08-12 15:28:41 +0300
committerLeif Åstrand <leif@vaadin.com>2014-08-26 09:51:15 +0000
commitf2551a9fc03636deb5fcd3f30c761dca946c8341 (patch)
treeb59bc2c5ea1f7471dec4ef59826614b4f6d0adbf /uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java
parentc8d58261954de18ef67eaf9043bd93360202cf06 (diff)
downloadvaadin-framework-f2551a9fc03636deb5fcd3f30c761dca946c8341.tar.gz
vaadin-framework-f2551a9fc03636deb5fcd3f30c761dca946c8341.zip
replaced all org.json.* usages with elemental.json.* (#8942)
Change-Id: I4809fbbdb48f3e36c8e1da8552ff3fa734714105
Diffstat (limited to 'uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java')
-rw-r--r--uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java b/uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java
index 47bb212347..dcba561599 100644
--- a/uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java
+++ b/uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java
@@ -86,9 +86,8 @@ public class SerializerTestTest extends MultiBrowserTest {
getLogRow(logRow++));
Assert.assertEquals("state.floatArray: [57, 0, -12]",
getLogRow(logRow++));
- Assert.assertEquals("state.floatObjectValue: 1.0000001",
- getLogRow(logRow++));
- Assert.assertEquals("state.floatValue: 3.14159", getLogRow(logRow++));
+ Assert.assertTrue(getLogRow(logRow++).startsWith("state.floatObjectValue: 1.0000001"));
+ Assert.assertTrue(getLogRow(logRow++).startsWith("state.floatValue: 3.14159"));
Assert.assertEquals("state.longArray: [-57841235865, 57]",
getLogRow(logRow++));
Assert.assertEquals("state.longObjectValue: 577431841360",