aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/automatedtests/featurebrowser
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-1118-2871/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Removed serialVersionUIDs, added serial warning suppressionArtur Signell2009-04-178-24/+8
| | | | svn changeset:7461/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-128-10/+48
| | | | svn changeset:7387/svn branch:6.0
* Use Alignment.* constants instead of layout-specific *Layout.ALIGNMENT_* ↵Marko Grönroos2009-01-114-10/+9
| | | | | | constants in setComponentAlignment() in demos. Fixes #2432 for the demos. svn changeset:6494/svn branch:trunk
* Fixed warnings, replaced deprecated layouts with new ones.Artur Signell2008-12-231-0/+1
| | | | svn changeset:6349/svn branch:trunk
* Updated feature browser in automatedtests package to current feature browser.Artur Signell2008-12-2317-146/+987
| | | | svn changeset:6342/svn branch:trunk
* Mass formatArtur Signell2008-09-022-4/+4
| | | | svn changeset:5331/svn branch:trunk
* Order selected items in Tables example because the return type is a Set and ↵Marko Grönroos2008-06-231-1/+11
| | | | | | we need to always have them in the same order for testing purposes. svn changeset:4940/svn branch:trunk
* more sane yearMatti Tahvonen2008-05-201-1/+1
| | | | svn changeset:4573/svn branch:trunk
* initial values for datefields, so we can build better testsMatti Tahvonen2008-05-201-0/+10
| | | | svn changeset:4572/svn branch:trunk
* Created com.itmill.toolkit.automatedtests package which contains "official" ↵Jani Laakso2008-04-0715-0/+1988
automated tests * do not touch them unless you change automated test client's testcase scripts too. * copy your testing application to package com.itmill.toolkit.automatedtests * do not point to "development / testing / production" packages which are edited in the future without relation to testing * use setDebugId's for all components that are used in testing Moved few classes from "experimental" com.itmill.toolkit.tests package into "official" side. Copied featurebrowser to automatedtests package and added setDebugId's for most components that are used in the testing. svn changeset:4138/svn branch:trunk