diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/TestMethodProperty.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/TestMethodProperty.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/TestMethodProperty.java b/uitest/src/com/vaadin/tests/TestMethodProperty.java index 49a3c110fa..ab9c416a5c 100644 --- a/uitest/src/com/vaadin/tests/TestMethodProperty.java +++ b/uitest/src/com/vaadin/tests/TestMethodProperty.java @@ -15,7 +15,7 @@ public class TestMethodProperty { Integer.TYPE, myTest, "getInt", "setInt", new Object[0], new Object[] { null }, 0); - methodProperty2.setValue("3"); + methodProperty2.setValue(3); System.out.println("Succeeded"); |