summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test issuesArtur Signell2013-06-071-1/+2
| | | | Change-Id: Iebf44d7bff598248fe1cda138ac1d8b4100775ba
* Rename tests so they are run during build (Abstract* is ignored)Artur Signell2013-06-051-1/+1
| | | | Change-Id: I2f5eee8926b3ba194160b85c33176029850ca8ed
* Fixed tests to use a real DeploymentConfiguration instanceArtur Signell2013-04-091-1/+1
| | | | Change-Id: I1c6f74bfcefda7843a55d149a5ecd33ae4c2ebf2
* Fixed locking issue in testsArtur Signell2013-04-021-1/+2
| | | | Change-Id: I3706cfa46f82615b8cc677bcaaa207d5ab05bf40
* Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-311-0/+63
| | | | Change-Id: Icb33ee2db9e36d4282c19b46203054a2da4abdbd
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-161-4/+4
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-1/+1
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Ensure there's a service for each session (#9733)Leif Åstrand2012-09-281-1/+1
| | | | Change-Id: I9425c2d33fd09759b18930741344e9181dc79364
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-4/+4
| | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Global code cleanupLeif Åstrand2012-09-271-1/+1
|
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-2/+2
|
* Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-181-0/+128
Added additional tests for Label with a data source. Note that the locale dependent tests still fail because of #8192