summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.xml
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-485/+0
|
* Test exo and gatein with compatible browser supporting expectDialogLeif Åstrand2012-07-241-2/+2
|
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-101-0/+9
|\ | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java
| * Create integration test for WebSphere Application Server 8 (#3789)Leif Åstrand2012-04-041-0/+9
| | | | | | | | svn changeset:23401/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-301-1/+1
|\| | | | | | | | | Conflicts: tests/test.xml
| * [merge from 6.7] Integration test with Firefox 11Automerge2012-03-291-1/+1
| | | | | | | | svn changeset:23355/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-031-1/+1
|\| | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/test.xml
| * #8342 Test using Firefox 10Artur Signell2012-02-031-1/+1
| | | | | | | | svn changeset:22876/svn branch:6.7
* | Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a'Artur Signell2012-02-031-475/+475
|\| | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/button/button.css WebContent/VAADIN/themes/runo/button/button.css tests/integration_tests.xml
| * #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-021-498/+497
| | | | | | | | svn changeset:22852/svn branch:6.7
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-311-0/+2
|\| | | | | | | | | | | Conflicts: WebContent/release-notes.html tests/server-side/com/vaadin/tests/server/LicenseInJavaFiles.java
| * [merge from 6.7] Attempt at evening the load of the integration tests by ↵Artur Signell2012-01-271-7/+1
| | | | | | | | | | | | starting all lightweight servers immediately and the more heavy servers later on svn changeset:22779/svn branch:6.8
| * [merge from 6.7] #8272 Enabled Weblogic 12 testArtur Signell2012-01-271-1/+1
| | | | | | | | svn changeset:22778/svn branch:6.8
| * [merge from 6.7] #8271 Enabled Jetty 8 testArtur Signell2012-01-271-0/+7
| | | | | | | | svn changeset:22777/svn branch:6.8
| * [merge from 6.7] Disable weblogic 12 test for nowArtur Signell2012-01-271-1/+1
| | | | | | | | svn changeset:22775/svn branch:6.8
| * Attempt at evening the load of the integration tests by starting all ↵Artur Signell2012-01-191-6/+6
| | | | | | | | | | | | lightweight servers immediately and the more heavy servers later on svn changeset:22720/svn branch:6.7
| * #8272 Enabled Weblogic 12 testArtur Signell2012-01-191-1/+1
| | | | | | | | svn changeset:22715/svn branch:6.7
| * #8271 Enabled Jetty 8 testArtur Signell2012-01-191-2/+3
| | | | | | | | svn changeset:22711/svn branch:6.7
| * Disable weblogic 12 test for nowArtur Signell2012-01-171-1/+1
| | | | | | | | svn changeset:22680/svn branch:6.7
| * #8272 Test automatically using WebLogic 12Artur Signell2012-01-171-3/+3
| | | | | | | | svn changeset:22673/svn branch:6.7
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-271-87/+103
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
| * [merge from 6.7] #8272 Test automatically using WebLogic 12Artur Signell2012-01-271-1/+0
| | | | | | | | svn changeset:22772/svn branch:6.8
| * Integration test fixesJohannes Dahlström2012-01-231-100/+113
| | | | | | | | svn changeset:22747/svn branch:6.8
| * Merge from 6.7Johannes Dahlström2012-01-201-0/+8
| | | | | | | | svn changeset:22729/svn branch:6.8
| * Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15Johannes Dahlström2012-01-091-1/+1
| | | | | | | | svn changeset:22557/svn branch:6.8
* | Update integration tests to use ff9Leif Åstrand2012-01-121-1/+1
| |
* | Add antcontrib: prefix to an if blockLeif Åstrand2011-12-211-4/+4
| |
* | Add one missing antcontrib: prefixLeif Åstrand2011-12-201-1/+1
| |
* | Ant scp task is not in ant contrib, reverted faulty namespace decl.Mikael Vappula2011-12-201-4/+4
| |
* | Added xml namespace declaration for tasks in ant contribMikael Vappula2011-12-201-22/+23
| |
* | Cleaned up Ivy configurationMikael Vappula2011-12-021-9/+5
| | | | | | | | Targets related to Ivy configuration are now in separate common.xml file which is imported to main build files.
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-11-221-7/+9
|\| | | | | | | | | Conflicts: tests/integration_tests.xml
| * Merged some changes from 6.7 to 6.8Henri Sara2011-11-161-7/+9
| | | | | | | | svn changeset:22016/svn branch:6.8
* | Run integration tests with Safari 5 instead of Firefox 3.6 (#7396)Leif Åstrand2011-11-111-1/+1
| |
* | Merge remote-tracking branch 'origin/6.8' into masterLeif Åstrand2011-11-081-3/+11
|\|
| * Added output of some debug informationLeif Åstrand2011-10-271-2/+10
| | | | | | | | svn changeset:21813/svn branch:6.7
* | Don't test with JBoss AS 3 and Tomcat 4 any more because of droppedLeif Åstrand2011-10-311-16/+0
|/ | | support for servlet 2.3
* Added testing for jboss6 (#7371) and jboss7 (#7372)Leif Åstrand2011-10-211-9/+26
| | | | | | Moved more stuff inside a try-finally block svn changeset:21774/svn branch:6.7
* Improved error handling for integration testsLeif Åstrand2011-10-201-25/+35
| | | | svn changeset:21756/svn branch:6.7
* Added some timeouts to avoid build going on foreverLeif Åstrand2011-10-181-13/+46
| | | | | | | Prefix remote output with server name to make it easier to interpret the build logs Generalized the teamcity escaping svn changeset:21730/svn branch:6.7
* Added random delay before starting the quicker servers to avoid contention ↵Leif Åstrand2011-10-171-2/+34
| | | | | | | | in the beginning Automatically update more base files before starting the actual tests svn changeset:21719/svn branch:6.7
* Improved escaping of error messages passed to teamcityLeif Åstrand2011-10-171-4/+6
| | | | svn changeset:21713/svn branch:6.7
* New infrastructure for running integration tests in parallelLeif Åstrand2011-10-131-469/+173
| | | | svn changeset:21707/svn branch:6.7
* Temporarily disabled Liferay 6 EE integration test - WAR deployment often ↵Henri Sara2011-10-071-0/+3
| | | | | | fails on first attempt on Liferay 6 EE. svn changeset:21640/svn branch:6.7
* Correction to running GAE tests in parallel with other integration testsHenri Sara2011-08-181-1/+1
| | | | svn changeset:20474/svn branch:6.7
* #7178 New servlet integration test not using the address book demo, related ↵Henri Sara2011-08-121-31/+31
| | | | | | screenshots svn changeset:20342/svn branch:6.7
* WebLogic portal integration test using a separate test portletHenri Sara2011-08-111-2/+3
| | | | svn changeset:20299/svn branch:6.7
* eXo portal integration test using a separate test portletHenri Sara2011-08-111-1/+1
| | | | svn changeset:20293/svn branch:6.7
* #4497 GateIn Portlet2 testHenri Sara2011-08-111-2/+5
| | | | svn changeset:20283/svn branch:6.7
* #7266 removed dependencies from integration tests to Sampler: Liferay 5; ↵Henri Sara2011-08-031-47/+2
| | | | | | fixed Liferay 5 portlet 2 integration test svn changeset:20096/svn branch:6.7