aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Expand)AuthorAgeFilesLines
...
* Assert field is dirty, does not matter how many times it has been markedArtur Signell2012-09-091-3/+1
* Reverted invalid change of test data during package renameArtur Signell2012-09-091-33/+40
* Support running JUnit tests (#9299)Artur Signell2012-09-0911-400/+435
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-074-0/+206
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-2/+2
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-071-17/+5
* Remove Application from UIProvider API (#9402)Leif Åstrand2012-09-061-4/+2
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-3/+3
* Rename ApplicationConfiguration -> DeploymentConfiguration (#9402)Leif Åstrand2012-09-062-7/+7
* Fix some stray references to the name deployment configuration (#9402)Leif Åstrand2012-09-062-4/+3
* Rename DeploymentConfiguration -> VaadinService (#9402)Leif Åstrand2012-09-063-11/+10
* Reformat projectLeif Åstrand2012-09-0515-35/+14
* Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-051-2/+2
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-055-22/+37
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-059-38/+38
* Combine ApplicationContext into Application (#9402)Leif Åstrand2012-09-052-15/+1
* Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-051-2/+2
* Extract ApplicationConfiguration from DeploymentConfiguration (#9382)Leif Åstrand2012-09-052-16/+12
* Remove transaction listener support (#9402)Leif Åstrand2012-09-051-201/+0
* Fix SQLContainer indexed access and related tests (#9472)Henri Sara2012-09-042-3/+13
* Fix test to not use removed fields and methods in VaadinServletLeif Åstrand2012-09-041-55/+11
* Update test to make UI.getApplication() return an instance (#9419)Leif Åstrand2012-09-041-2/+7
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-2/+1
* Reverted rename of test data (#9299)Artur Signell2012-09-031-95/+114
* Use HierarchicalContainer as default container for Tree (#3950)Henri Sara2012-09-032-25/+74
* Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)Leif Åstrand2012-09-031-2/+1
* Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-11/+6
* Rename WebApplicationContext -> ServletApplicationContext (#9402)Leif Åstrand2012-09-031-4/+4
* Rename AbstractWebApplicationContext to ApplicationContext (#9402)Leif Åstrand2012-09-031-8/+8
* addListener rename in Navigator (#9285)Johannes Dahlström2012-09-031-3/+3
* Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-18/+10
* Run tests with assertions enabled (#9450)Leif Åstrand2012-08-311-0/+33
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-311-1/+121
* Change View.navigateTo(String) to View.enter(ViewChangeEvent) (#9055, #9056)Johannes Dahlström2012-08-312-12/+31
* Merge branch 'no-getters'John Ahlroos2012-08-311-6/+6
|\
| * Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-6/+6
* | Replace references to "fragment" and "viewAndParameters" with "navigation sta...Johannes Dahlström2012-08-311-6/+9
* | Rename FragmentManager to NavigationStateManager (#9367)Johannes Dahlström2012-08-312-33/+33
|/
* Reformatted projectArtur Signell2012-08-301-6/+6
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-30143-0/+21200