summaryrefslogtreecommitdiffstats
path: root/tests/testbench/com/vaadin/tests/tickets/Ticket1397.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-161/+0
|
* 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()
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+11
|
* Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-201-3/+3
|
* Merge remote branch 'origin/databinding'Leif Åstrand2011-12-081-5/+6
|\ | | | | | | | | | | | | | | 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
| * Partly eliminate the use of Property.toString().Henri Sara2011-11-071-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-4/+4
|/
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-291-0/+149
svn changeset:21440/svn branch:6.7