summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Fixed testArtur Signell2012-12-111-4/+5
| | | | Change-Id: I91e3492f3243d5d789a6608981646bc3217adb53
* Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-071-4/+8
| | | | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112) Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-301-0/+8
| | | | Change-Id: I9829173dda84d5f496114b7d08204648bf86fc77
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-281-0/+18
| | | | Change-Id: I9c0a07610e942bf8fac5832341a4fb31bfd6342a
* Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-271-0/+44
| | | | Change-Id: Ibe0fcbda1222e2aa781ae14f479fbedd99715ff9
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-1/+1
| | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0
* Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-221-0/+54
| | | | Change-Id: Ie6e12b1d606d6ed06ae94527427049621b515eed
* Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-211-0/+180
| | | | Change-Id: Ifda4b4a770fb7d330f0fe5d606f8415961a574a2
* Global code cleanupLeif Åstrand2012-11-214-6/+4
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1611-44/+44
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\
| * Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
| | | | | | | | Change-Id: Ib6f59d3707713a5ec3c23ee552e19d87d4713862
* | Remove Window.addComponent() (#2924)Henri Sara2012-11-141-1/+1
|/ | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-141-1/+1
| | | | | | | | | - move VRichTextToolbar back to sub-package where its resources are (not a top level widget) - update some package names in browser specific overrides - update a test Change-Id: Id7ff5307b881ef1912e805b280604fbe09c35e0b
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-134-28/+28
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵Artur Signell2012-11-131-8/+8
| | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
* Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo ↵Henri Sara2012-11-131-0/+19
|\ | | | | | | (#10132)"
| * Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-121-0/+19
| | | | | | | | Change-Id: I48ecb305166557f1671bdd635c25f17b8f490297
* | Merge "Do not include classes which cannot be instansiated"John Ahlroos2012-11-131-1/+3
|\ \ | |/ |/|
| * Do not include classes which cannot be instansiatedArtur Signell2012-11-061-1/+3
| | | | | | | | Change-Id: I467993c91754f094e5d55d5c849c718291487754