summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-061-6/+3
|\
| * Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-6/+3
| | | | | | | | svn changeset:22914/svn branch:6.7
| * Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-7/+7
| | | | | | | | svn changeset:22912/svn branch:6.7
* | Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-7/+7
| | | | | | | | svn changeset:22912/svn branch:6.7
* | #8311 Corrected newlines in new filesArtur Signell2012-02-037-873/+873
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-036-20/+309
|\| | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/test.xml
| * Fixed test - old IEs do not provide any button for double clicksArtur Signell2012-02-031-2/+2
| | | | | | | | svn changeset:22899/svn branch:6.7
| * Throw an error if directory listing failsArtur Signell2012-02-031-1/+6
| | | | | | | | svn changeset:22890/svn branch:6.7
| * #8284, #8336 Fixed header and footer click for right and middle click. ↵Artur Signell2012-02-032-0/+246
| | | | | | | | | | | | Browser context menu is also disabled on right click when there is a click listener. svn changeset:22887/svn branch:6.7
| * Reversed browser start logic, use --gui to start the browser automatically. ↵Artur Signell2012-02-031-1/+1
| | | | | | | | | | | | By default does not start a browser. svn changeset:22878/svn branch:6.7
| * #8342 Test using Firefox 10Artur Signell2012-02-032-2/+2
| | | | | | | | svn changeset:22876/svn branch:6.7
| * Removed debug infoArtur Signell2012-02-021-1/+0
| | | | | | | | svn changeset:22867/svn branch:6.7
| * #8311 Extended test to cover non-java filesArtur Signell2012-02-021-16/+55
| | | | | | | | svn changeset:22862/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
* | Merge commit '7c200d4e869139ff72e848e973cd5ce5932908d8'Artur Signell2012-02-0362-9311/+9311
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/datefield/InlineDateFieldResolutionMsec.html tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html tests/testbench/com/vaadin/tests/components/splitpanel/HorizontalSplitPanelBasicStates.html tests/testbench/com/vaadin/tests/components/splitpanel/VerticalSplitPanelBasicStates.html tests/testbench/com/vaadin/tests/components/textfield/TextFieldSecret.html tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
| * [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml filesAutomerge2012-02-0264-9657/+9657
| | | | | | | | svn changeset:22853/svn branch:6.8
* | Merge commit 'c8dbc2549267d3660a1cca04630391dc8d6fd014'Artur Signell2012-02-031-0/+37
|\|
| * Test case for #8321Johannes Dahlström2012-02-011-0/+37
| | | | | | | | svn changeset:22849/svn branch:6.7
* | Updated test to take into account removed SplitPanelArtur Signell2012-02-031-3/+3
| |
* | Adding missing license infoArtur Signell2012-02-022-0/+6
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-312-44/+39
|\| | | | | | | | | Conflicts: WebContent/release-notes.html
| * #6718 Improved testJohannes Dahlström2012-01-311-43/+38
| | | | | | | | svn changeset:22840/svn branch:6.8
| * Corrected typoArtur Signell2012-01-271-1/+1
| | | | | | | | svn changeset:22801/svn branch:6.7
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-31393-37416/+37416
|\| | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Additional CRLF->LF fixesArtur Signell2012-01-276-204/+204
| | | | | | | | svn changeset:22799/svn branch:6.8
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-27353-34482/+34482
| | | | | | | | svn changeset:22797/svn branch:6.7
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-317-3/+385
|\| | | | | | | | | | | Conflicts: WebContent/release-notes.html tests/server-side/com/vaadin/tests/server/LicenseInJavaFiles.java
| * #8311 Verify that all source files use unix style line delimitersArtur Signell2012-01-272-54/+114
| | | | | | | | svn changeset:22796/svn branch:6.7
| * #6718 TestBench testJohannes Dahlström2012-01-272-0/+211
| | | | | | | | svn changeset:22792/svn branch:6.8
| * #6902 Table empties field on Layout.replaceComponentArtur Signell2012-01-272-3/+54
| | | | | | | | svn changeset:22788/svn branch:6.7
| * Apply all settings when changing directionLeif Åstrand2012-01-271-0/+4
| | | | | | | | svn changeset:22784/svn branch:6.7
| * [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
| * Reverted last change as it does not remove the lock fileArtur Signell2012-01-191-2/+1
| | | | | | | | svn changeset:22707/svn branch:6.7
| * Disable weblogic 12 test for nowArtur Signell2012-01-171-1/+1
| | | | | | | | svn changeset:22680/svn branch:6.7
| * Use ant script to cleanup instead of removing everything in the deploy directoryArtur Signell2012-01-171-1/+2
| | | | | | | | svn changeset:22678/svn branch:6.7
| * #8272 Test automatically using WebLogic 12Artur Signell2012-01-171-3/+3
| | | | | | | | svn changeset:22673/svn branch:6.7
| * Add align bottom to the tests with heights just to make it more interestingLeif Åstrand2012-01-111-0/+4
| | | | | | | | svn changeset:22593/svn branch:6.7
| * A bunch of tests for OrderedLayoutLeif Åstrand2012-01-111-9/+162
| | | | | | | | svn changeset:22590/svn branch:6.7
| * Yet another layout tester, copied from V7 for reporting bugs in 6.7Leif Åstrand2012-01-101-166/+9
| | | | | | | | svn changeset:22567/svn branch:6.7
| * Some test tweaks for #6870Johannes Dahlström2011-12-301-3/+7
| | | | | | | | svn changeset:22502/svn branch:6.7
| * Improved test cases for #8170Johannes Dahlström2011-12-221-5/+15
| | | | | | | | svn changeset:22474/svn branch:6.7
| * Test for #8170Artur Signell2011-12-211-15/+5
| | | | | | | | svn changeset:22465/svn branch:6.7
| * Test case for #6870Johannes Dahlström2011-12-191-7/+3
| | | | | | | | svn changeset:22445/svn branch:6.7