summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Automatic test for OSGi/karafIlia Motornyi2017-07-3116-0/+741
|
* Use fixed width in integration test for stability (#9560)Henri Sara2017-06-201-0/+1
| | | Fix table width to match the reference screenshot.
* Use correct listener in dependency filter testHenri Sara2017-05-262-1/+10
| | | | | This fixes the test after the changes in #9368
* Fix test module for changed dependency filter APIHenri Sara2017-05-221-3/+5
|
* Add support for pluggable filters for rewriting dependencies (#9182)Artur2017-05-0213-0/+266
| | | | | | * Add support for pluggable filters for rewriting dependencies Fixes #9151
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-0518-19/+19
|
* Fix license header locationAhmed Ashour2017-03-083-3/+3
|
* Eliminate module uitest-common (#8583)Henri Sara2017-02-163-12/+0
| | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest.
* Remove vaadin-uitest-common dependency from server tests (#8551)Teemu Suo-Anttila2017-02-1517-402/+350
| | | Uses custom reference and error files in test project.
* Update test for Spring 1.5.1.RELEASE (#8535)Teemu Suo-Anttila2017-02-132-1/+2
| | | Also fixed servlet API dependency scope that was causing conflicts.
* Include Vaadin-Icons into the project, (#8485)Ilia Motornyi2017-02-092-6/+0
| | | | | | Include Vaadin-Icons into the valo theme in the project, make vaadin-icons dependency 'provided' Fixes #8471
* Server integration fix 3 (#8442)Ilia Motornyi2017-02-094-21/+72
| | | | * Fix JBoss 6 integration test * Fixes for Karaf (build self-contained WAB)
* Add missing ScreenshotRule to Spring integration test (#8455)Teemu Suo-Anttila2017-02-061-0/+6
|
* Fix JBoss 6 integration testsIlia Motornyi2017-02-034-39/+42
|
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-012-0/+6
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* Refactor testing of the framework (#8393)Teemu Suo-Anttila2017-02-0137-0/+2196
| | | | | | | | | * Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven
* Revert widget-set-testutil parent change (#8404)Teemu Suo-Anttila2017-01-311-6/+15
| | | | * Revert widget-set-testutil parent change
* Add test for compiling a widgetset that inherits Vaadin7WidgetSet (#8403)Teemu Suo-Anttila2017-01-315-2/+66
| | | | | | | | * Add test for compiling a widgetset that inherits Vaadin7WidgetSet * Remove unnecessary dependency management block * Minor style fixes
* JspIntegrationTest as a separate module (#8228)Ilia Motornyi2017-01-267-0/+307
| | | Part of vaadin/framework8-issues#539
* Add separate modules to test Bean Validation lib necessity. (#8249)Denis2017-01-165-0/+219
| | | | | | * Add separate modules to test Bean Validation lib necessity. Fixes #8141
* Inherit settings from parent pom (#8240)Leif Åstrand2017-01-161-8/+6
| | | | | Without this, maven.compiler.source will not be set to 1.8 which sometimes seems to make Eclipse think it should use Java 5 compiler settings for the project, causing various issues.
* Use vaadin-snapshots for test projects so that context menu is found (#8237)Leif Åstrand2017-01-131-0/+10
|
* Clean up pom.xml files in vaadin-test (#8181)Teemu Suo-Anttila2017-01-098-62/+15
| | | Use plugin management for maven plugin, remove version numbers
* Fix vaadin-test and all its submodules (#8076)Teemu Suo-Anttila2017-01-0917-136/+104
| | | | | | | | | This patch applies following fixes: * ContextMenu with correct version for Vaadin 8 * Correctly skip install plugin for test submodules * Make widgetset-test-util a test depdendency, don't use test-jar * Fix vaadin-test project structure and dependencies * Clean up testutil pom * Add README.md
* Fix syntax error in pom.xmlLeif Åstrand2017-01-091-1/+0
|
* Make it easy to run Sonar on the project (#8118)Artur2017-01-031-0/+3
|
* Include Framework Element API for TestBench in the project (#8014)Artur2016-12-221-1/+1
| | | | | | This makes it possible to use the latest Element classes in the framework tests and to simplify the build process. The license for the included element classes are changed to Apache2
* Add CDI dependency version to vaadin-bom (#8020)Teemu Suo-Anttila2016-12-189-6/+186
| | | Unify test UIs and test code for Spring and CDI.