Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't fail build if test coverage generation is disabled | Leif Åstrand | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git@dev.vaadin.com/vaadin.git | Leif Åstrand | 2011-11-02 | 3 | -6/+4 |
|\ | |||||
| * | Removed extra c from build number | Artur Signell | 2011-11-01 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://dev.vaadin.com/vaadin | Artur Signell | 2011-11-01 | 2 | -4/+66 |
| |\ | |||||
| | * | Do not use special -noservlet versions of GWT JARs. | Henri Sara | 2011-11-01 | 1 | -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.5 | Artur Signell | 2011-11-01 | 1 | -1/+1 |
| | | | |||||
* | | | Some additions to .gitignore | Leif Åstrand | 2011-11-02 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Converted .gitignore file from svn:ignore properties | Mikael Vappula | 2011-10-31 | 1 | -0/+64 |
|/ | |||||
* | Do not exclude GWT JARs from classpath as it should contain servlet API | Henri Sara | 2011-10-31 | 1 | -2/+0 |
| | | | 2.4 | ||||
* | Updated version to 7.0.0 | Artur Signell | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Don't test with JBoss AS 3 and Tomcat 4 any more because of dropped | Leif Åstrand | 2011-10-31 | 1 | -16/+0 |
| | | | support for servlet 2.3 | ||||
* | Updated GWT version to 2.4.0 | Henri Sara | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Removed testing of unsupported browsers | Artur Signell | 2011-10-31 | 1 | -3/+3 |
| | |||||
* | Removed Servlet 2.3 API check. No Servlet 2.5 API jar is included in the ↵ | Artur Signell | 2011-10-31 | 1 | -13/+1 |
| | | | | project so we should be fine without this check. | ||||
* | Removed Java 5 check | Artur Signell | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Ensure cleanup.sh is run by bash | Leif Åstrand | 2011-10-25 | 1 | -0/+1 |
| | | | | svn changeset:21788/svn branch:6.7 | ||||
* | Improved integration server shutdown | Leif Åstrand | 2011-10-24 | 3 | -6/+19 |
| | | | | svn changeset:21785/svn branch:6.7 | ||||
* | Increased thread count to possibly speed up testing | Artur Signell | 2011-10-21 | 1 | -1/+1 |
| | | | | svn changeset:21778/svn branch:6.7 | ||||
* | #7823 JBoss 7 AS can't load FlagSeResource | Artur Signell | 2011-10-21 | 1 | -1/+2 |
| | | | | svn changeset:21776/svn branch:6.7 | ||||
* | Added testing for jboss6 (#7371) and jboss7 (#7372) | Leif Åstrand | 2011-10-21 | 1 | -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.LinkageError | Leif Åstrand | 2011-10-21 | 1 | -3/+25 |
| | | | | svn changeset:21773/svn branch:6.7 | ||||
* | Test app for #7780 | Jonatan Kronqvist | 2011-10-21 | 1 | -0/+113 |
| | | | | svn changeset:21770/svn branch:6.7 | ||||
* | Added browser version test again (#7655) | Leif Åstrand | 2011-10-20 | 2 | -0/+51 |
| | | | | svn changeset:21757/svn branch:6.7 | ||||
* | Improved error handling for integration tests | Leif Åstrand | 2011-10-20 | 1 | -25/+35 |
| | | | | svn changeset:21756/svn branch:6.7 | ||||
* | Fix for #7808 | Jonatan Kronqvist | 2011-10-20 | 2 | -2/+34 |
| | | | | svn changeset:21755/svn branch:6.7 | ||||
* | TestBench test for #7808 | Jonatan Kronqvist | 2011-10-20 | 1 | -0/+51 |
| | | | | svn changeset:21754/svn branch:6.7 | ||||
* | #7810 Server side test coverage reporting | Leif Åstrand | 2011-10-19 | 2 | -1/+102 |
| | | | | svn changeset:21753/svn branch:6.7 | ||||
* | Upped VERSION | Jonatan Kronqvist | 2011-10-18 | 1 | -1/+1 |
| | | | | svn changeset:21734/svn branch:6.7 | ||||
* | Added some timeouts to avoid build going on forever | Leif Åstrand | 2011-10-18 | 2 | -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.1 | Jonatan Kronqvist | 2011-10-18 | 1 | -76/+22 |
| | | | | svn changeset:21728/svn branch:6.7 | ||||
* | Added random delay before starting the quicker servers to avoid contention ↵ | Leif Åstrand | 2011-10-17 | 4 | -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 Åstrand | 2011-10-17 | 1 | -4/+5 |
| | | | | | | the integration tests svn changeset:21718/svn branch:6.7 | ||||
* | Improved escaping of error messages passed to teamcity | Leif Åstrand | 2011-10-17 | 1 | -4/+6 |
| | | | | svn changeset:21713/svn branch:6.7 | ||||
* | New infrastructure for running integration tests in parallel | Leif Åstrand | 2011-10-13 | 2 | -469/+286 |
| | | | | svn changeset:21707/svn branch:6.7 | ||||
* | #6588, #7776 : fine tuned fix with properties that modify value. ValueChange ↵ | Matti Tahvonen | 2011-10-13 | 1 | -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 test | Matti Tahvonen | 2011-10-13 | 1 | -0/+106 |
| | | | | svn changeset:21705/svn branch:6.7 | ||||
* | Blocked merge from 6.6 of disabling of the Liferay 6 EE integration test - ↵ | Henri Sara | 2011-10-13 | 0 | -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 Sara | 2011-10-13 | 1 | -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 #7776 | Matti Tahvonen | 2011-10-11 | 1 | -14/+45 |
| | | | | | | | | svn changeset:21688/svn branch:6.7 | ||||
* | | #7479 Fix for Windows: The name of a resource is a '/'-separated path, not ↵ | Artur Signell | 2011-10-11 | 1 | -3/+1 |
| | | | | | | | | | | | | File.separatorChar separated svn changeset:21682/svn branch:6.7 | ||||
* | | test script | Matti Tahvonen | 2011-10-11 | 1 | -0/+42 |
| | | | | | | | | svn changeset:21681/svn branch:6.7 | ||||
* | | test case now compatible with 1.5 | Matti Tahvonen | 2011-10-11 | 1 | -3/+4 |
| | | | | | | | | svn changeset:21680/svn branch:6.7 | ||||
* | | #7755 Debug window "highlight component" does not work with sub windows | Artur Signell | 2011-10-11 | 1 | -2/+2 |
| | | | | | | | | svn changeset:21679/svn branch:6.7 | ||||
* | | Fixed #7548 - testbench tests with keyboard navigation now work in ie6 | Jonatan Kronqvist | 2011-10-11 | 5 | -27/+49 |
| | | | | | | | | svn changeset:21678/svn branch:6.7 | ||||
* | | test case related to #4394 and possibly to #7724 | Matti Tahvonen | 2011-10-11 | 1 | -0/+125 |
| | | | | | | | | svn changeset:21677/svn branch:6.7 | ||||
* | | #7755 Debug window "highlight component" does not work with sub windows | Artur Signell | 2011-10-11 | 1 | -0/+10 |
| | | | | | | | | svn changeset:21676/svn branch:6.7 | ||||
* | | test script that hopefully works | Matti Tahvonen | 2011-10-10 | 1 | -1/+1 |
| | | | | | | | | svn changeset:21667/svn branch:6.7 | ||||
* | | Updated locators as because of resources added to test | Artur Signell | 2011-10-10 | 3 | -7/+7 |
| | | | | | | | | svn changeset:21666/svn branch:6.7 | ||||
* | | test script that hopefully works | Matti Tahvonen | 2011-10-10 | 2 | -95/+48 |
| | | | | | | | | svn changeset:21665/svn branch:6.7 | ||||
* | | Updated locators as because of resources added to test | Artur Signell | 2011-10-10 | 1 | -2/+2 |
| | | | | | | | | svn changeset:21664/svn branch:6.7 |