Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify test class naming. | Sauli Tähkäpää | 2015-01-05 | 1 | -129/+0 |
| | | | | | | Unit tests are now run for *Test.java and *Tests.java. Change-Id: Iffff1d9a79c7c9b9317ffd19b5a46715b1442909 | ||||
* | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 1 | -1/+1 |
| | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6 | ||||
* | Fixed tests to use a real DeploymentConfiguration instance | Artur Signell | 2013-04-09 | 1 | -1/+1 |
| | | | | Change-Id: I1c6f74bfcefda7843a55d149a5ecd33ae4c2ebf2 | ||||
* | Fixed locking issue in tests | Artur Signell | 2013-04-02 | 1 | -1/+2 |
| | | | | Change-Id: I3706cfa46f82615b8cc677bcaaa207d5ab05bf40 | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Renamed VaadinServiceSession to VaadinSession (#10223) | Artur Signell | 2012-11-16 | 1 | -4/+4 |
| | | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3 | ||||
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 1 | -1/+1 |
| | | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87 | ||||
* | Ensure there's a service for each session (#9733) | Leif Åstrand | 2012-09-28 | 1 | -1/+1 |
| | | | | Change-Id: I9425c2d33fd09759b18930741344e9181dc79364 | ||||
* | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 1 | -4/+4 |
| | | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c | ||||
* | Global code cleanup | Leif Åstrand | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | Ensure propertyDataSource can be set back to null (#9618) | Artur Signell | 2012-09-18 | 1 | -0/+128 |
Added additional tests for Label with a data source. Note that the locale dependent tests still fail because of #8192 |