aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update to 8.10-SNAPSHOT (#11657)Zhe Sun2019-07-2944-44/+44
|
* Use https for Maven repositories (#11668)Stéphane Nicoll2019-07-295-8/+8
| | | | * Use https for Maven repositories
* Update to 8.9 (#11535)Sun Zhe2019-04-1844-44/+44
| | | | | | * Update to 8.9-SNAPSHOT * update in bom module
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-2844-44/+44
|
* Fix karaf-4.2.1 test (#11264)Ilia Motornyi2018-10-25183-31/+11794
|
* Update selenium version (#11232)Sun Zhe2018-10-091-1/+1
| | | | * Testsing: Update selenium version
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-2745-45/+45
|
* Set correct GWT .dtd definition (#11110)Ilia Motornyi2018-08-134-4/+4
|
* Update version numbers in Release Notes (#11062)Teemu Suo-Anttila2018-07-193-0/+90
| | | | | This patch also introduces missing tests for newer Wildfly versions. Addresses #11050
* Fix CDI and IE11 tests (#11042)Teemu Suo-Anttila2018-07-111-1/+2
| | | | * Set Wildfly version, only resize viewport for Firefox
* Add pluginRepository to test/pom.xml (#11015)Teemu Suo-Anttila2018-07-021-0/+13
|
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-2943-43/+43
|
* Fix broken integration tests (#10900)Teemu Suo-Anttila2018-05-093-2/+22
|
* Fix usage of debug window in websocket test (#10868)Teemu Suo-Anttila2018-05-032-8/+7
|
* Add test to verify proper init of websockets (#10865)Teemu Suo-Anttila2018-05-021-0/+31
|
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-1243-43/+43
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-284-60/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2715-15/+15
|
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-2443-44/+44
|
* Update Spring and CDI versions in BOM (#10530)Teemu Suo-Anttila2018-01-125-10/+15
|
* Upgrade Vaadin CDI version to 3.0.0.alpha2 (#10226)Teemu Suo-Anttila2017-12-2915-53/+509
| | | | This patch also adds tests for PushState and URI Fragment navigation with CDI.
* Remove workarounds from Spring integration test (#10430)Teemu Suo-Anttila2017-12-297-66/+4
| | | This patch makes the BOM use Spring 3.0.0.alpha1
* Force correct Selenium version for Spring Boot test (#10421)Teemu Suo-Anttila2017-12-073-4/+37
|
* Update to TestBench 5.1.1 (#10391)Guille2017-11-291-13/+0
|
* Update version number to 8.3-SNAPSHOT (#10390)Guille2017-11-291-1/+1
|
* Fix issues from TestBench version upgrade (#10360)Teemu Suo-Anttila2017-11-233-6/+18
|
* Fix AbstractIntegrationTest to use new TestBench API (#10358)Anna Koskinen2017-11-231-15/+0
|
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-2243-43/+43
|
* Fix click listener in WidgetSet test (#10324)Teemu Suo-Anttila2017-11-151-2/+2
|
* Add mention of Wildfly 11 support and a test for it (#10319)Teemu Suo-Anttila2017-11-152-0/+45
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-268-31/+19
| | | Also use "event" as the name for events
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-1/+1
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-202-3/+4
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-202-8/+6
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Add Navigator testing to Spring Boot test (#10174)Teemu Suo-Anttila2017-10-1331-46/+1021
|
* Move microprofile tests to profile, add Wildfly Swarm (#10156)Teemu Suo-Anttila2017-10-103-6/+78
|
* Add maven based tests for several application servers (#10143)Teemu Suo-Anttila2017-10-0918-21/+871
| | | Add tests for Glassfish based servers, Jetty 8, Tomcat 7 and Liberty (three runtimes).
* Add maven based server tests for Wildfly and Jetty (#10116)Teemu Suo-Anttila2017-10-0544-124/+440
| | | | | | | This patch refactors the generic integration test war into two jar dependencies and individual modules for different servers. There is now a common approach for making configurations for the remaining server tests still executed through an Ant build script.
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-037-28/+38
| | | | Also removes dependency on junit.framework.TestCase .
* Fix javadoc references (#10067)Ahmed Ashour2017-09-233-5/+0
| | | And remove unused imports.
* Replace tab with spaces in .xml files (#10064)Ahmed Ashour2017-09-221-2/+2
|
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Remove redundant versions in POMs (#9990)Ahmed Ashour2017-09-147-10/+0
|
* Add DOCTYPE for GWT module filesAhmed Ashour2017-09-144-4/+4
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-0825-26/+26
|
* Add missing source encoding to wiget-set-testutil8.2.0.alpha1Teemu Suo-Anttila2017-09-081-0/+2
|
* Add wait for UI load to testTeemu Suo-Anttila2017-09-081-6/+13
|
* Fix vaadin-osgi-integration dependency for Karaf testTeemu Suo-Anttila2017-09-081-1/+2
|
* Stabilize integration test using Grid (#9766)Henri Sara2017-08-024-30/+42
|
* Remove old Karaf 4 test (#9758)Henri Sara2017-08-013-44/+0
| | | Karaf is now tested by a separate module.