summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Global code reformatLeif Åstrand2013-04-058-15/+16
| | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* Integrate Calendar into core #11079John Ahlroos2013-04-032-0/+572
| | | | | | Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead) Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
* Fixed minimal (empty hashmap) memory leak on redeploy (#9993)Artur Signell2013-04-031-0/+145
| | | | Change-Id: I2b3f83220070f1f46730d956abb24ba9edf02f20
* Enable setting default alignment for VerticalLayout, HorizontalLayout, ↵Artur Signell2013-04-022-0/+114
| | | | | | GridLayout (#11421) Change-Id: I56b14a6a027dc700748f2bd7219b47e1134bb56a
* Fixed locking issue in testsArtur Signell2013-04-0214-21/+61
| | | | Change-Id: I3706cfa46f82615b8cc677bcaaa207d5ab05bf40
* Exclude ColorPickerPreview as it has no no-arg constructorArtur Signell2013-04-021-0/+2
| | | | Change-Id: I245aa609b2cce17cd5116be1b80f2b9c437b975d
* Ensure session is locked during cleanup (#10569)Artur Signell2013-04-021-12/+45
| | | | | | * At the same time ensures request timer handling is done while session is locked (#10108) Change-Id: Ifc36e1ac66d02e25fe98616319c014137bd94c10
* Correctly set thread locals when session times out (#11361, #10995)Artur Signell2013-04-021-0/+115
| | | | Change-Id: I5051cef344f03af276be24a28471a6d6c15b0da6
* Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-311-0/+63
| | | | Change-Id: Icb33ee2db9e36d4282c19b46203054a2da4abdbd
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-272-7/+5
| | | | | | | | | * Moved AbstractCommunicationManager abstract methods getThemeResourceAsStream and createBootstrapHandler to VaadinService * Made ACM non-abstract and renamed to LegacyCommunicationManager * Lifted anonymous inner BootstrapHandler subclasses into named public classes Change-Id: I31739ce8a506d572e75ca8cd5509be215e01693d
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-272-2/+2
| | | | | | | | | | * Move UIDL writing from AbstractCommunicationManager to UidlWriter * Move request handling from ACM to RequestHandlers * Move server RPC message handling to ServerRpcHandler * Move portlet event notifications to PortletListenerNotifier (a RequestHandler) * Communication handlers reside in c.v.server.communication Change-Id: I087e923dbdf88c6b3fcaafbdb7f685d9d3dad0c1
* Fixed tree memory leak when removing expanded items from Tree (based on new ↵John Ahlroos2013-03-221-5/+0
| | | | | | Filterable API introduced by #11234) #11053 Change-Id: I397124cbfa355417717d2e81bf67b15b202bf16a
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-221-1/+8
| | | | Change-Id: I223dbc7a8419a5c4b58321b708e8bd7c8bb8134b
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-211-4/+19
|\ | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * Ignored test case where Tree memory leak is checked since it cannot be fixed ↵John Ahlroos2013-03-141-4/+19
| | | | | | | | | | | | before 7.1 (no-merge) #11053 Change-Id: I723b7fc01184da19f448de4c43d3dee715c01242
* | Create a PopupDateField by default for Dates (#11159)Artur Signell2013-03-182-0/+151
| | | | | | | | Change-Id: I505f8afbc12295f07f2fdbffc459e803629790d7
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-122-2/+74
|\| | | | | | | Change-Id: Id118fd9bae1fdf7e7ce2efd660ade5ba7bbc5109
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-051-0/+71
| | | | | | | | Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1
| * Update test to use default classloader instead of nullLeif Åstrand2013-03-041-2/+3
| | | | | | | | | | | | | | Support for setting null as the classloader was removed at the time when Application was removed. Change-Id: Ib3d75dae1d1d81d8760b93616d05ba0746323e3c
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-012-0/+46
|\| | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * Fixed BindException when binding nested properties with ↵John Ahlroos2013-02-281-0/+41
| | | | | | | | | | | | BeanFieldGroup.buildAndBind() #11009 Change-Id: I9bf646b7d8b767c78506a62185ce5dca9dcae7ad
| * Made test pass by ignoring irrelevant classesArtur Signell2013-02-281-0/+5
| | | | | | | | Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-221-0/+62
|\| | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
| * Fixed another memory leak in Tree #11053John Ahlroos2013-02-221-0/+21
| | | | | | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
| * Fixed memory leak in Tree #11053John Ahlroos2013-02-211-0/+41
| | | | | | | | Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01
* | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-131-0/+84
|/ | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Fixed BeanFieldGroup to work with the modified property id searching. Change-Id: Ib5d011db93f04d7a2c6dbb0990af7c35f0489193
* Merge "Do not throw NPE when asking for a null propertyId (#10445)"Henri Sara2013-02-081-0/+8
|\
| * Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-301-0/+8
| | | | | | | | Change-Id: If788d84c66d640368989e443394505600ad12439
* | Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-061-0/+56
|/ | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111
* Removed unnecessary code which is not JUnit 4.5 compatibleArtur Signell2013-01-171-6/+0
| | | | Change-Id: I1544844a21448932302418cc1c02f59db029ec81
* Merge "(#10716 ) Created tests for validators and converters. Fixed ↵Henri Sara2013-01-1713-0/+573
|\ | | | | | | StringToBoolean so that it accepts empty string."
| * (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ↵Mikael Grankvist2013-01-1713-0/+573
| | | | | | | | | | | | so that it accepts empty string. Change-Id: I6f0507c1387fd2b1cf637f96cae05df4e6865456
* | Fix validator test (#10713)Henri Sara2013-01-151-8/+4
|/ | | | Change-Id: I4eaec551836bd40c522463b1a884c57522d445de
* Most validators should accept null or empty string (#10561, #10713).Henri Sara2013-01-143-0/+269
| | | | Change-Id: I1e8d6015aefdc184af6383cb22cdf3e13be351cf
* (#10561) Email should be valid for null and empty string.Mikael Grankvist2013-01-111-0/+26
| | | | | | Created tests for email validator. Change-Id: I6be05672ff506247da488ad142f63b7337952bab
* Merge of (#10032) to Vaadin 7.Anna Koskinen2013-01-091-0/+12
| | | | | | SQLContainer and DB2 not handling empty result set metadata correctly. Change-Id: I20ad1e3d528f92826e3f9049403c6a953a6a07c8
* Removed old source file checkers (#9399)Artur Signell2013-01-072-255/+0
| | | | | | Checks are now done by checkstyles (#9065) Change-Id: I816109d0f13d28ba6ce58da9427578486ef3ce33
* Updated copyright notices and added missing license headersArtur Signell2013-01-0411-11/+11
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge of (#6476) to Vaadin 7.Anna Koskinen2013-01-021-6/+1
| | | | | | | Table.setVisibleColumns should throw exception from duplicate property ids. Change-Id: I1465a99bd0c6241c3b31d88f5480fee99bbdc0ad
* Update buffered field value if it has not been changed (#8192)Artur Signell2012-12-181-0/+35
| | | | Change-Id: I70501fe0813d014304fac71b6b80f94d0fdee9da
* Do not update data model when locale changes (#10562, #8192)Artur Signell2012-12-181-0/+22
| | | | Change-Id: I84e00c9e73d69bb398a8e9cc2c6bdb7fa60d3907
* Merge changes Icf4a4410,I8bbf8f69Leif Åstrand2012-12-181-0/+2
|\ | | | | | | | | | | * changes: Register connector to avoid test failures Only update value on locale change if using the data source directly (#8192)
| * Register connector to avoid test failuresArtur Signell2012-12-171-0/+2
| | | | | | | | Change-Id: Icf4a4410104848bb95d5ec7d036c9ec2aee1c08d
* | Merge "Support float fields with FieldGroup (#10553)"Leif Åstrand2012-12-181-0/+42
|\|
| * Support float fields with FieldGroup (#10553)Artur Signell2012-12-171-0/+42
| | | | | | | | Change-Id: Ib7f6fff09e9372576aadfc44c82f7bb9ce9525cf
* | Revert "Case-insensitive FieldGroup binding #10426"Artur Signell2012-12-171-84/+0
|/ | | | | | | This reverts commit fffd25fc57c862afdac2f4cfc36695c0bd35ec96 Breaks binding using BeanFieldGroup before an item data source has been set. Change-Id: Id05372eef2078efea9e92a69a1af942511ff32a9
* Case-insensitive FieldGroup binding #10426Jonni Nakari2012-12-171-0/+84
| | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Change-Id: I97f1c4eb8a3de7350b0333c8b2b2ff913e0263d9
* Search fields from superclasses #10504Jonni Nakari2012-12-171-0/+34
| | | | | | | | | Modified buildAndBindMemberFields method to use a new getFieldsInDeclareOrder method that searches fields also from superclasses. Added a unit test to verify the new logic. Fixes the issue in ticket #10504 Change-Id: Ic855e274c5b4d1c83760d6c2c53c67413a1da42c
* Support null values in legacy messages (#9254)Leif Åstrand2012-12-141-0/+27
| | | | Change-Id: I8a7bc1f52ffed7acc2de03c6d17cdff7f640ddf2
* Fix for ticket #10121, a unit test for the ticket's issue and a unitJonni Nakari2012-12-133-0/+144
| | | | | | test for the new method in ReflectTools Change-Id: If8d57b4b38e8856ff2a9ef130dc71cf5b315858a