summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't fail build if test coverage generation is disabledLeif Åstrand2011-11-031-1/+1
|
* Merge branch 'master' of ssh://git@dev.vaadin.com/vaadin.gitLeif Åstrand2011-11-023-6/+4
|\
| * Removed extra c from build numberArtur Signell2011-11-011-1/+1
| |
| * Merge branch 'master' of ssh://dev.vaadin.com/vaadinArtur Signell2011-11-012-4/+66
| |\
| | * Do not use special -noservlet versions of GWT JARs.Henri Sara2011-11-011-4/+2
| | | | | | | | | | | | As Vaadin 7 uses Servlet API 2.4, special -noservlet versions of GWT JARs are not needed anymore.
| * | Updated test as JDK1.6 gives a different date format for the locale than JDK1.5Artur Signell2011-11-011-1/+1
| | |
* | | Some additions to .gitignoreLeif Åstrand2011-11-021-0/+2
| |/ |/|
* | Converted .gitignore file from svn:ignore propertiesMikael Vappula2011-10-311-0/+64
|/
* Do not exclude GWT JARs from classpath as it should contain servlet APIHenri Sara2011-10-311-2/+0
| | | 2.4
* Updated version to 7.0.0Artur Signell2011-10-311-1/+1
|
* 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
* Updated GWT version to 2.4.0Henri Sara2011-10-311-1/+1
|
* Removed testing of unsupported browsersArtur Signell2011-10-311-3/+3
|
* Removed Servlet 2.3 API check. No Servlet 2.5 API jar is included in the ↵Artur Signell2011-10-311-13/+1
| | | | project so we should be fine without this check.
* Removed Java 5 checkArtur Signell2011-10-311-1/+1
|
* Ensure cleanup.sh is run by bashLeif Åstrand2011-10-251-0/+1
| | | | svn changeset:21788/svn branch:6.7
* Improved integration server shutdownLeif Åstrand2011-10-243-6/+19
| | | | svn changeset:21785/svn branch:6.7
* Increased thread count to possibly speed up testingArtur Signell2011-10-211-1/+1
| | | | svn changeset:21778/svn branch:6.7
* #7823 JBoss 7 AS can't load FlagSeResourceArtur Signell2011-10-211-1/+2
| | | | svn changeset:21776/svn branch:6.7
* 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
* #7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageErrorLeif Åstrand2011-10-211-3/+25
| | | | svn changeset:21773/svn branch:6.7
* Test app for #7780Jonatan Kronqvist2011-10-211-0/+113
| | | | svn changeset:21770/svn branch:6.7
* Added browser version test again (#7655)Leif Åstrand2011-10-202-0/+51
| | | | svn changeset:21757/svn branch:6.7
* Improved error handling for integration testsLeif Åstrand2011-10-201-25/+35
| | | | svn changeset:21756/svn branch:6.7
* Fix for #7808Jonatan Kronqvist2011-10-202-2/+34
| | | | svn changeset:21755/svn branch:6.7
* TestBench test for #7808Jonatan Kronqvist2011-10-201-0/+51
| | | | svn changeset:21754/svn branch:6.7
* #7810 Server side test coverage reportingLeif Åstrand2011-10-192-1/+102
| | | | svn changeset:21753/svn branch:6.7
* Upped VERSIONJonatan Kronqvist2011-10-181-1/+1
| | | | svn changeset:21734/svn branch:6.7
* Added some timeouts to avoid build going on foreverLeif Åstrand2011-10-182-14/+52
| | | | | | | 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
* Updated release-notes6.7.1Jonatan Kronqvist2011-10-181-76/+22
| | | | svn changeset:21728/svn branch:6.7
* Added random delay before starting the quicker servers to avoid contention ↵Leif Åstrand2011-10-174-3/+72
| | | | | | | | in the beginning Automatically update more base files before starting the actual tests svn changeset:21719/svn branch:6.7
* Moved the integration test sleep so that it isn't in effect if only running ↵Leif Åstrand2011-10-171-4/+5
| | | | | | the integration tests svn changeset:21718/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-132-469/+286
| | | | svn changeset:21707/svn branch:6.7
* #6588, #7776 : fine tuned fix with properties that modify value. ValueChange ↵Matti Tahvonen2011-10-131-11/+20
| | | | | | event is now postponed until "commit phase" is over. Internal flags shouldn't now get messed up in case value change listener again changes the value. svn changeset:21706/svn branch:6.7
* property formatter testMatti Tahvonen2011-10-131-0/+106
| | | | svn changeset:21705/svn branch:6.7
* Blocked merge from 6.6 of disabling of the Liferay 6 EE integration test - ↵Henri Sara2011-10-130-0/+0
|\ | | | | | | | | | | handled separately in 6.7 svn changeset:21704/svn branch:6.7
| * Disabled Liferay 6 EE tests for Vaadin 6.6 - license for testing on Liferay ↵Henri Sara2011-10-131-0/+6
| | | | | | | | | | | | 6 EE is now used in the parallelized integration tests for Vaadin 6.7+ svn changeset:21703/svn branch:6.6
* | fix for #7776Matti Tahvonen2011-10-111-14/+45
| | | | | | | | svn changeset:21688/svn branch:6.7
* | #7479 Fix for Windows: The name of a resource is a '/'-separated path, not ↵Artur Signell2011-10-111-3/+1
| | | | | | | | | | | | File.separatorChar separated svn changeset:21682/svn branch:6.7
* | test scriptMatti Tahvonen2011-10-111-0/+42
| | | | | | | | svn changeset:21681/svn branch:6.7
* | test case now compatible with 1.5Matti Tahvonen2011-10-111-3/+4
| | | | | | | | svn changeset:21680/svn branch:6.7
* | #7755 Debug window "highlight component" does not work with sub windowsArtur Signell2011-10-111-2/+2
| | | | | | | | svn changeset:21679/svn branch:6.7
* | Fixed #7548 - testbench tests with keyboard navigation now work in ie6Jonatan Kronqvist2011-10-115-27/+49
| | | | | | | | svn changeset:21678/svn branch:6.7
* | test case related to #4394 and possibly to #7724Matti Tahvonen2011-10-111-0/+125
| | | | | | | | svn changeset:21677/svn branch:6.7
* | #7755 Debug window "highlight component" does not work with sub windowsArtur Signell2011-10-111-0/+10
| | | | | | | | svn changeset:21676/svn branch:6.7
* | test script that hopefully worksMatti Tahvonen2011-10-101-1/+1
| | | | | | | | svn changeset:21667/svn branch:6.7
* | Updated locators as because of resources added to testArtur Signell2011-10-103-7/+7
| | | | | | | | svn changeset:21666/svn branch:6.7
* | test script that hopefully worksMatti Tahvonen2011-10-102-95/+48
| | | | | | | | svn changeset:21665/svn branch:6.7
* | Updated locators as because of resources added to testArtur Signell2011-10-101-2/+2
| | | | | | | | svn changeset:21664/svn branch:6.7