summaryrefslogtreecommitdiffstats
path: root/tests/testbench/com/vaadin/tests/components/textfield
Commit message (Collapse)AuthorAgeFilesLines
* Merge test for #11623 to 7.0.Johannes Dahlström2013-05-101-0/+72
| | | | | | | | | The fix itself is not required due to the changed style name handling. svn changeset:25902/svn branch:6.8 svn changeset:25903/svn branch:6.8 Change-Id: I95a9adbcac82236017369003765735bbaacfe980
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-3036-3386/+0
|
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-242-2/+2
|
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems()
* Removed readThrough/writeThrough in favor of buffered (#8180)Artur Signell2012-08-221-1/+1
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2316-0/+51
|
* Reformatted all source filesArtur Signell2012-04-163-16/+16
|
* Corrected vertical layout locator stringArtur Signell2012-03-261-3/+3
|
* Corrected VerticalLayout locator stringsArtur Signell2012-03-251-2/+2
|
* Merge commit '7c200d4e869139ff72e848e973cd5ce5932908d8'Artur Signell2012-02-034-784/+784
|\ | | | | | | | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/datefield/InlineDateFieldResolutionMsec.html tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html tests/testbench/com/vaadin/tests/components/splitpanel/HorizontalSplitPanelBasicStates.html tests/testbench/com/vaadin/tests/components/splitpanel/VerticalSplitPanelBasicStates.html tests/testbench/com/vaadin/tests/components/textfield/TextFieldSecret.html tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
| * [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml filesAutomerge2012-02-025-980/+980
| | | | | | | | svn changeset:22853/svn branch:6.8
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-313-82/+82
|\| | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-273-121/+121
| | | | | | | | svn changeset:22797/svn branch:6.7
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-0/+59
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
| * Merge from 6.7Johannes Dahlström2012-01-121-0/+57
| | | | | | | | svn changeset:22607/svn branch:6.8
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-01-061-7/+7
|\| | | | | | | | | | | Conflicts: src/com/vaadin/data/validator/AbstractValidator.java tests/testbench/com/vaadin/tests/components/textfield/TextChangeEventsWithNonImmediateValueChange.java
| * Merged changes from 6.7Johannes Dahlström2011-12-301-6/+6
| | | | | | | | svn changeset:22500/svn branch:6.8
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-3/+3
| | | | | | conversion from Property classes
* | TextField no longer supports a "secret" modeArtur Signell2011-12-211-196/+0
| |
* | Fixed test for text areaArtur Signell2011-12-201-9/+14
| |
* | Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-201-3/+3
| |
* | #8026 Removed deprecated API from TextFieldArtur Signell2011-12-193-58/+33
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-0/+57
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * Merged tests, fixes and javadoc updates from 6.7Artur Signell2011-12-081-0/+57
| | | | | | | | svn changeset:22323/svn branch:6.8
* | Merge remote branch 'origin/databinding'Leif Åstrand2011-12-082-10/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/integration/LiferayThemeDemo.java tests/testbench/com/vaadin/tests/tickets/Ticket1673.java
| * | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-9/+8
| | | | | | | | | | | | Eliminate some more warnings for use of raw types (Field, Property, Class), mostly by changing API method return types.
| * | Eliminate more cases that used Property.toString().Henri Sara2011-11-081-2/+1
| | | | | | | | | | | | Remaining possibly problematic cases include Label.compareTo(), TestForPreconfiguredComponents and TestForTrees.
| * | Partly eliminate the use of Property.toString().Henri Sara2011-11-071-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The toString() method should not be used on a property to get its value. Added getStringValue() to AbstractField, Label etc. Using them where applicable. Added comments to some problematic locations where Property.toString() is known to be used. AbstractField.toString() and Label.toString() still return the same values as before, but it will throw an exception in future revisions. Migration needed: Replace explicit and implicit uses of Property.toString() with use property.getValue() and its string representation. Alternatively, use AbstractProperty.getStringValue() and AbstractField.getStringValue() instead of Property.toString() during migration.
* / Migrate all old tests to use LegacyApplication and RootsLeif Åstrand2011-11-163-6/+9
|/
* test scriptMatti Tahvonen2011-10-111-0/+42
| | | | svn changeset:21681/svn branch:6.7
* test case now compatible with 1.5Matti Tahvonen2011-10-111-3/+4
| | | | svn changeset:21680/svn branch:6.7
* test case related to #4394 and possibly to #7724Matti Tahvonen2011-10-111-0/+125
| | | | svn changeset:21677/svn branch:6.7
* test script that hopefully worksMatti Tahvonen2011-10-101-1/+1
| | | | svn changeset:21667/svn branch:6.7
* test script that hopefully worksMatti Tahvonen2011-10-102-95/+48
| | | | svn changeset:21665/svn branch:6.7
* renamed to enable test case for automatic testsMatti Tahvonen2011-10-101-0/+0
| | | | svn changeset:21663/svn branch:6.7
* test script that hopefully worksMatti Tahvonen2011-10-101-106/+42
| | | | svn changeset:21662/svn branch:6.7
* test script that hopefully worksMatti Tahvonen2011-10-101-42/+22
| | | | svn changeset:21661/svn branch:6.7
* Modified test case to remove obsolete code since #6588 fixMatti Tahvonen2011-10-071-10/+0
| | | | svn changeset:21651/svn branch:6.7
* renamed test scriptMatti Tahvonen2011-10-071-0/+0
| | | | svn changeset:21649/svn branch:6.7
* rewrote the test in a safer wayMatti Tahvonen2011-10-071-8/+113
| | | | svn changeset:21643/svn branch:6.7
* a new test case for #6588Matti Tahvonen2011-10-072-0/+169
| | | | svn changeset:21642/svn branch:6.7
* test scriptMatti Tahvonen2011-10-071-0/+32
| | | | svn changeset:21641/svn branch:6.7
* Essential test case that should never fail. Related to #6588Matti Tahvonen2011-10-061-0/+44
| | | | svn changeset:21620/svn branch:6.7
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-2929-0/+3056
svn changeset:21440/svn branch:6.7