summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/automatedtests
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-1127-3694/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Removed serialVersionUIDs, added serial warning suppressionArtur Signell2009-04-1711-30/+11
| | | | svn changeset:7461/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-1213-13/+57
| | | | 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
* Cleaned up the whole projectArtur Signell2009-01-025-8/+17
| | | | svn changeset:6398/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
* removed or stabilized all dates in test appMatti Tahvonen2008-05-291-4/+6
| | | | svn changeset:4707/svn branch:trunk
* fixed test still. Now does not depend on how many times application run on ↵Matti Tahvonen2008-05-291-4/+4
| | | | | | same servlet container svn changeset:4706/svn branch:trunk
* fixed test application, random string generator was not seeded -> test not ↵Matti Tahvonen2008-05-291-1/+4
| | | | | | repeatable svn changeset:4699/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
* More aggressive gc ensures better "memory used results".Jani Laakso2008-04-141-2/+2
| | | | svn changeset:4169/svn branch:trunk
* Added StatusServlet used by Toolkit Automated Testing project.Jani Laakso2008-04-111-0/+87
| | | | | | Default session lifetime is now 20 minutes. svn changeset:4165/svn branch:trunk
* Created com.itmill.toolkit.automatedtests package which contains "official" ↵Jani Laakso2008-04-0723-0/+2707
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