aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testbench/com/vaadin/tests/components/AbstractComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-744/+0
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
|
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-2/+2
| | | | | Applied patch from Pekka with minor changes (@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent)
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+11
|
* #8478 Added clip constant to BaseThemeArtur Signell2012-03-261-1/+2
|
* Hide log by setting width/height to 0 so that the same spacing is usedArtur Signell2012-03-211-1/+13
| | | | as in Vaadin 6 (to ease screenshot migration)
* Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-311-720/+720
|\ | | | | | | 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-271-671/+671
| | | | | | | | svn changeset:22797/svn branch:6.7
* | #7963 Button now extends AbstractComponent instead of AbstractFieldArtur Signell2011-11-221-1/+50
|/ | | | | | Focus related methods previously used from AbstractField are now implemented in Button directly. Fixed tests related to this change.
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-291-0/+671
svn changeset:21440/svn branch:6.7