From b9a6a48ab6ce9e3c7d8d025520e866643d19c004 Mon Sep 17 00:00:00 2001 From: Tomi Virtanen Date: Wed, 15 Jan 2014 10:39:02 +0200 Subject: Update textbox when Select item caption changes (#9250) Fixed logic that detects changed item caption and triggers update to textbox text. Changed test case description. Change-Id: I9fbb0cc686e73404bab8e624a5332644cca53737 --- .../com/vaadin/tests/components/select/SelectItemCaptionRefresh.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest') diff --git a/uitest/src/com/vaadin/tests/components/select/SelectItemCaptionRefresh.java b/uitest/src/com/vaadin/tests/components/select/SelectItemCaptionRefresh.java index 1a1a8fa642..de068ed230 100644 --- a/uitest/src/com/vaadin/tests/components/select/SelectItemCaptionRefresh.java +++ b/uitest/src/com/vaadin/tests/components/select/SelectItemCaptionRefresh.java @@ -49,7 +49,7 @@ public class SelectItemCaptionRefresh extends AbstractTestUI { select.setItemCaption(itemId, "start"); addComponent(select); - addComponent(new Button("click", clickListener)); + addComponent(new Button("Update item's caption", clickListener)); } /* @@ -59,7 +59,7 @@ public class SelectItemCaptionRefresh extends AbstractTestUI { */ @Override protected String getTestDescription() { - return "Selected option not updated when item caption changes in Select"; + return "Selected option should be updated when item caption changes in the Select."; } /* -- cgit v1.2.3