aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility-server')
-rw-r--r--compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java
index 4973f2a9d8..01be620225 100644
--- a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java
+++ b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java
@@ -53,7 +53,7 @@ public class TextFieldValueChangeTest
* but don't fire value change events twice if value has only changed once.
*
*
- * TODO make test field type agnostic (eg. combobox)
+ * TODO make test field type agnostic (e.g. combobox)
*/
@Test
public void testValueChangeEventPropagationWithReadThrough() {
@@ -87,7 +87,7 @@ public class TextFieldValueChangeTest
* Value change events from property should not propagate if read through is
* false. Execpt when the property is being set.
*
- * TODO make test field type agnostic (eg. combobox)
+ * TODO make test field type agnostic (e.g. combobox)
*/
@Test
public void testValueChangePropagationWithReadThroughOff() {