aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-081-0/+15
| | | | | | | | | | | | Change-Id: I7f3148e51d216dfe20a11c8a5fd922f43cbc673b
| * | Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-302-0/+110
| | | | | | | | | | | | | | | | | | | | | Backported from master Change-Id: Ibb91d28aab3731486c84d09547c7af641f39610a Merge: no
* | | Merge changes from origin/7.1Leif Åstrand2013-10-221-125/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c7ae45c Validate that the connector is enabled before triggering actions for it (#12743) ce89a75 Created constants for tested browser versions (#12786) f9ea9b3 Allow running tests locally by overriding runLocally() (#12786) e70ba25 Added liferay module for building liferay.zip #12748 7c12694 Add sub directory support to sass test scanner (#12790) 39fdf66 Handle numbers in the same way if they do not have a unit (#12732) 6155d61 Disable fallback in a way compatible with Atmosphere JS 2.0.3 (#12241) f401595 Test for pushing large chunks of data (#12567) d41967d Skip compilation of TB2 tests if tests.tb2.skip is set 6c1ba81 Reverted button click() logic check (#12743) 779c8a0 Disable automated testing on Opera until issues are resolved (#12487, #12367, #12800) 962c1c3 Fix compilation error 7ee11a7 Remove unused test super class (#12786) a4211dc Resolve concurrency issue in running TB3 tests 20c28aa Fixed javadoc 0d36896 Add more hax to make test work with new Atmosphere JS (#12241) ed50200 Fix serialization issue (#12703) dd51b7f Added more exception handling to PushHandler (#12578, #11882) 6f76840 Sass variables can now start with underscore (#12716) ab5b20c Ticket #12727 - Panels get unnecessary scroll bars in WebKit when content is 100% wide. 361ad17 Fixed focus issue in TableMoveFocusWithSelectionTest (#12540) ee809e5 Revert broken fix and test (#12446) Change-Id: I71b6e3c2dc6b02845794df0934ba807d7ccac784
| * | Revert broken fix and test (#12446)Johannes Dahlström2013-10-221-125/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timeoutInterval variable needs to be part of per-UI state for the code to work correctly. Storing it in a servlet-global MetadataWriter instance is both semantically wrong and a race condition. Also, the test currently throws NPE if assertions are enabled. This reverts commit f595d057951523baf35a797692376dfa5de0bc8d. Change-Id: Ia6d1383b2c112b86ce60c75a3ebb9f10da545d4a
* | | Merge changes from origin/7.1Henrik Paul2013-10-183-1/+237
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 377d49e Allow configuring deployment port for TB3 tests 6779857 Updatet servlet tests to follow the same *Test naming convention e1c38bf Avoid obsolete calendar panel renderings to avoid various NPEs. (#12504,#12667) 63f10ec Fixed compilation error in TB3 test 3e593b0 Focus selected row in Table #12540 3c842b7 added small pause to make test pass 1b7e40d Only fetch rows if there are some (#11189) f595d05 Make the various Writers member fields instead of local variables (#12446) 4cb304d Converted broken test to TB3 2aa2fdc Handle ClientMethodInvocation serialization with JSONArray as parameter (#12532) 1449425 Also hide shim iframe of VOverlay on setVisible(false) (#12731) 25fc2f2 Fix whitespace after including a mixin (#12715) c29ca5e Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127) f75164f Disable unit cache to avoid compilation issues when switching between branches 6a99730 Allow skipping TB2/TB3 tests using tests.tb2/tb3.skip Change-Id: I5a92798e66575c2cfd1d3f761a5f00af7e83dc64
| * | Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127)Artur Signell2013-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Build vaadinPush.js from the released version instead of having a separate javascript version in the project Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
| * | Handle ClientMethodInvocation serialization with JSONArray as parameterPekka Hyvönen2013-10-111-0/+111
| | | | | | | | | | | | | | | | | | (#12532) Change-Id: I67306d2b9d151614f72455063b0d01423aeed4c1
| * | Make the various Writers member fields instead of local variables (#12446)Johannes Dahlström2013-10-101-0/+125
| | | | | | | | | | | | Change-Id: I9ca101edf6df41702b27635da9f749bdac5bf5f4
* | | Merge commit 'ebdc3652764e8ec2ce292879d459a8d0c6c2d2e3'Henrik Paul2013-10-181-3/+16
|\| | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/server/VaadinSession.java Change-Id: I51383060a95354b7ffbcc5b12683c1d1a817b8bf
| * | Recreate transient pendingAccessQueue in readObject() (#12456)Johannes Dahlström2013-10-081-3/+16
| | | | | | | | | | | | | | | | | | This prevents a race condition in getPendingAccessQueue(). Change-Id: I1b8d013119e5963ed6083b7dd17afccd3a915e42
* | | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-162-0/+298
| | | | | | | | | | | | | | | | | | | | | The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired from AbstractInMemoryContainer. Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
* | | Moved test class to appropriate source folder (#12337)Henrik Paul2013-10-011-107/+0
| | | | | | | | | | | | Change-Id: I01b25109a487bd0b9ff6a7903564ee5c867d6a33
* | | Merge changes from origin/7.1Leif Åstrand2013-09-231-0/+1
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 0e048a5 Clarified error message (#12583) d0af7d1 Add async-supported to all servlets to enable push testing (#12573) 1de4389 Use JUnit 4.11 in all modules (#12572) d6954f8 Include TestBench 3.1.1 in the project (#12572) cdb9a49 Enable native scrolling in all iOS versions newer than 5, not just iOS 6 (#12324) 0e2780a Ensure string converter is always set cf796e2 Add v-iosN classname for all iOS versions instead of just N=6 (#12324) 46ac1e6 Update release notes to more closely be like 7.0.x (#12544) d9f204f PostLayoutListener javadocs (#12562) c7aaa04 Don't try to cast a connector to Widget. Fixes #12619 Change-Id: Icff34ba20a330e633c1b29ca8fd77d84b79841f5
| * Ensure string converter is always setArtur Signell2013-09-191-0/+1
| | | | | | | | Change-Id: I8c9146975397356e92fded0d0207b56d057ac6c5
* | Merge changes from origin/7.1Artur Signell2013-09-172-2/+76
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de53191 Fix for #12279 (caret jumps when formatting in RTA). fca0f7a Add <br> as empty representation for webkit (#12490) 6dcece8 Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491) 22fcb44 Include unobfuscated file used by test in the war (#12468) bc90a58 Unified xml files to end with new line 3d01d74 Reduce Ivy resolver spam to a minimum (#12510) 1e73ca8 Fix keystore path to correspond to the Vaadin 7 directory structure (#12520) dcf9c61 Protect CurrentInstance instances from garbage collection (#12509) 24ffbc2 Allow storing and restoring null instances in CurrentInstance #12509 0d79a84 Added a comment that hopefully explains the NULL_OBJECT #12509 e4d99b3 Use non-obfuscated version of vaadinPush.js when not in production (#12527) 3a31dfe NullPointerException in TableQuery.fetchMetadata() (#11403) 4659797 fixed incorrect name for close-pressed.png for windows in black theme (#12563) 9b05257 Test for push with streaming based on Table 3cafce3 NullPointerException in DateToSqlDateConverter (#12284) 3a4351f Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522) Change-Id: I44f3d5f003e62e7ab86a22188b22933491226868
| * NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+25
| | | | | | | | | | | | | | | | | | | | DateToSqlDateConverter throws a NullPointerException when the provided value is null, thus violating the interface contract. If the provided value is null, then the methods should return null. Missing test case included Change-Id: If08225c2a6ae7c3103e47d3817a5d45469c7bf4f
| * Allow storing and restoring null instances in CurrentInstance #125097.1.5Jonatan Kronqvist2013-09-091-2/+51
| | | | | | | | Change-Id: Icf82377b0d47166d59e8be5f2f8b450d654302d7
* | Ignore RPC calls from components that are concurrently removed (#12337)Henrik Paul2013-09-101-0/+107
| | | | | | | | Change-Id: I8b97444d33b9535b9073fd705fed15a6cc2992e7
* | Add StringToLongConverter for automatic handling of long values (#12291)Artur Signell2013-09-032-0/+110
| | | | | | | | Change-Id: Ia2865b199303c0e35b562120f1c916f288aa458a
* | Merge changes from origin/7.1Leif Åstrand2013-09-031-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d8b0b50 Always unlock the same session instance that was locked (#12481) e6af0f0 Avoid leaking memory from inherited ThreadLocales. Fixes #12401 f7ee8fb Updated _trackMessageSize based on latest upstream version (#12468) a24d391 Table ignores Container updates while painting (#12258) 7068d78 The colon in the calendar event caption is now also hideable. Fixes #12460 61dd8f7 Corrected typo in version variable (#12440) 476e0b8 Changed 'feature release' text to maintenance release (#12486) faa2569 Updated browser versions 831747a Fix regression where empty RTA returns <br> (#12490) cb8df75 Add deprecation message to unused constant 4c5bb0e Sets the locale in the test case. #12460 11cdf93 Excludes WeakValueMap from the serializable test #12401 Change-Id: Id7eeba06d14518c254ceb01e38e2441967932755
| * Excludes WeakValueMap from the serializable test #12401Jonatan Kronqvist2013-09-031-0/+1
| | | | | | | | | | | | | | Also added a note to the WeakValueMap JavaDoc stating that it is not serializable. Change-Id: If342746ad7c7cac0db8bac4ba75236970cc4cd01
* | Merge from origin/7.1Artur Signell2013-08-191-0/+39
|\| | | | | | | | | | | | | | | | | 11f8811 Make sure bean field validators are only added once (#11045) Conflicts: server/tests/src/com/vaadin/tests/server/validation/TestBeanValidation.java Change-Id: I6533b00f78dfb2d587b52b320d2d709c640b9159
| * Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-071-0/+42
| | | | | | | | Change-Id: I67779fa5bfd4c850101c11c22091c988eb65b808
* | Merge changes from origin/7.1Artur Signell2013-08-191-0/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7cb49d1 Fix invisible calendar actions menu #12181 44aacf4 Clarify Embedded javadoc (#12290) 59a043b Fix actions in action menu appearing in random order #12250 5d57129 Fix calendar click events on context menu #12297 f5e3663 Document multiple load semantics in @StyleSheet and @JavaScript (#12200) 17bb700 Add optional OSGi Import-Package for javax.validation (#12301) ea148c8 Disable all logging if production mode is enabled (#12299) 326bbb5 Fixes parsing of multiple push messages in streaming mode (#12197) 7fc1054 Ensure StringToIntegerConverter rejects values outside range of int (#12230) f587298 Improve URI fragment listener javadocs (#12296) d97cfbc Refine handling of null and empty URI fragments (#12207) 99c7d0b Show tooltips for ordered layout captions (#10046) Change-Id: Ifb2e0131fde769e2620b7ba03755a5ba324d8aaf
| * Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-011-0/+18
| | | | | | | | Change-Id: I150bee64144045355bfa75ac10ede663d3feb5ce
* | Fix test AbsFieldValueConversions (#12092)Henri Sara2013-08-151-4/+5
| | | | | | | | Change-Id: Ifa23d60e8c1dd388c0404b9c40f00f81304778cf
* | Support for null intermediate beans in NestedMethodProperty (#11435)Matti Hosio2013-08-094-0/+94
| | | | | | | | | | | | | | | | Allows intermediate beans to return null in the NestedMethodProperty. The feature is not enabled by default and thus should be fully backwards compatible. Change-Id: I438d0f787c5c76f61ab234f3c92dd927a8354a37
* | Detach previous UI with the same window.name (#10338, #12255)Leif Åstrand2013-07-311-1/+1
| | | | | | | | Change-Id: I15234985f1591d6af383c6e014679762619d5000
* | BeanValidator changed to throw exception with array of causes (#11324)Jarno Rantala2013-07-303-0/+44
| | | | | | | | | | | | | | | | | | BeanValidator was modified to throw InvalidValueException with array of causes instead of exception with one message including HTML. This way AbstractErrorMessage is able to create correct error notification message with multiple lines. Change-Id: I414189f56ac282daad9dd3fe58d13fd99108c479
* | Merge changes from origin/7.1Leif Åstrand2013-07-231-0/+77
|\| | | | | | | | | | | | | 36aebc8 Update to Atmosphere 1.0.14.vaadin4 (#12242) 62c63a6 Only add DateRangeValidator to DateField if start or end of range is set (#12193) Change-Id: Ie2ba84e2d598313158007e521508c756abef6c2e
| * Only add DateRangeValidator to DateField if start or end of range is set ↵Johannes Dahlström2013-07-191-0/+77
| | | | | | | | | | | | (#12193) Change-Id: I9138a5607c1ff20f3aa7be49270f683e732ee195
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-0/+46
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 419c6c7 Implemented Focusable in MenuBar (#7674) a4f1277 Fixed NPE in ApplicationRunnerServlet (#12145) 08d365a Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863) da480bd Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER is not set (#11943) 6291a50 Ensure that Slider diffstate always contains "value" (#12133) 7e7e698 32x32 favicons added, replacing the old favicons (#12143) 1702059 Replace printStackTrace with getLogger().log() (#12147) b421d6e Updated Javadoc for Table.getColumnAlignment fixing #6810 414e3bf Fixed an error in CustomComponent JavaDoc (#10038), and some improvements. 4583d07 Fix NPE in Like.java (#10167) 6c4da29 Ensure table's cells aren't refreshed if table is detached. (#9138) e37464c #11638: Ending an imported SCSS file with a comment causes an error in the Sass 478eeb5 Test using Jetty 9 (#12124) f7cc72d Close only combobox on escape, not the window (#12163) 9a9b0a5 Automatic test for escape closing window from combobox (#12163) ae565a2 Fix bug in PopupDateField where locale was retained incorrectly if changed while popup was open (#12153) d7a64fd Enable native scrolling in home screen apps on iOS 6+ (#12149) 4a04f00 Add test case for testing ClickEvent after dragging button (#7690) 775c969 Make UploadInterruptedException visible (#12070) 6a4bbe5 Set heartbeat response Content-Type to text/plain (#12182) e4011c6 When InputStream cannot be opened while writing static resource response, display 404 instead of 500 (#10920) 20162db Set current instances when calling UI.push from VaadinSession.unlock (#12168) 94c0f86 Ensure VaadinSession.service is set up by storeInSession (#12204) 23ed487 Attempt to get GAE lock for UIDL requests (#12211) 7f52b2e Improved AbstractClientConnector performance (#12219) a934261 Improving performance of ConnectorTracker (#12218) Change-Id: I810124d60c22d4d0ab837a19eb9c2689951864b5
| * Fix NPE in Like.java (#10167)Patrik Lindström2013-06-281-0/+46
| | | | | | | | Change-Id: I041fbc5c3cda08d3cf3453cefc5f044c63dbe9bb
* | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-011-0/+53
| | | | | | | | | | | | * BigDecimal properties connected to String based fields (TextField/TextArea/...) are now supported without custom converters Change-Id: I2dab67875b3cfdb46b17e9d4cc35ffb94c114478
* | Removed StringToNumberConverter (#12092)Artur Signell2013-07-011-24/+0
|/ | | | Change-Id: Iada5bb27eefef788143625c4d63a121f6c2589ea
* Fixed test issues with type=null (#11895)Artur Signell2013-06-146-6/+6
| | | | Change-Id: I1618191f534ef75048dbae95564ef30a320114a4
* Define LegacyPropertyToStringMode parameter strings in the enum (#11970)Leif Åstrand2013-06-141-0/+32
| | | | Change-Id: Ia6a0b5f63ef1290a2054307e5dd2d34f6628fa64
* Exclude external classes and FutureAccessArtur Signell2013-06-141-1/+2
| | | | Change-Id: I3933ed784c2981664f5c3ff226c3ad9f6310ca5f
* Fixed test issue apparently caused by three levels of classesArtur Signell2013-06-132-19/+22
| | | | Change-Id: I4985e39257d55eada134f340fb9981285c9bb26f
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-121-0/+52
| | | | | | Avoids wasteful creation and parsing of regular expressions, which are not required here. Change-Id: I247088fbfc4eca6c2500bd6b4da9afc9d66d0a51
* Add support for rem units (#11279)Leif Åstrand2013-06-121-0/+61
| | | | Change-Id: Id6b6402b22956cd96b86cef86f11088e959dc05d
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1111-55/+65
| | | | Change-Id: I6562c537d9e5a0745eb67bc613123a265578ae00
* Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-111-0/+19
| | | | Change-Id: Ica2b9b9d82ef6d683cb51f3478a07e57cbfa28e5
* Fixed serialization issuesArtur Signell2013-06-071-0/+4
| | | | Change-Id: I5dc1f2dc061c4b6bb6d00040b972802df97d3f89
* Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-071-0/+72
| | | | Change-Id: I6a25c4e4bfd9fe73f973670583c708503f77f60a
* Fixed test issuesArtur Signell2013-06-073-16/+7
| | | | Change-Id: Iebf44d7bff598248fe1cda138ac1d8b4100775ba
* Rename tests so they are run during build (Abstract* is ignored)Artur Signell2013-06-053-3/+3
| | | | Change-Id: I2f5eee8926b3ba194160b85c33176029850ca8ed
* Add @VaadinServletConfiguration (#11970)Leif Åstrand2013-06-052-3/+110
| | | | Change-Id: Ic902028826adae8132bfa18b6cde7d80a2e876c4
* Moved enums to avoid running them as testsArtur Signell2013-05-294-2/+6
| | | | Change-Id: I52cbd9582345a3c0d49caf2ad265a659bf3fe0f1
* Added Serializable where missing and ignore classes which do not need ↵Artur Signell2013-05-281-0/+22
| | | | | | Serializable Change-Id: I197b2d62282ee957458e05d9cac357df47f05e85