aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin/ui/LabelDataSource.java
Commit message (Collapse)AuthorAgeFilesLines
* Unify test class naming.Sauli Tähkäpää2015-01-051-129/+0
| | | | | | Unit tests are now run for *Test.java and *Tests.java. Change-Id: Iffff1d9a79c7c9b9317ffd19b5a46715b1442909
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* 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
* 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