aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken PushConfigurationTestTeemu Suo-Anttila2014-03-041-6/+4
| | | | Change-Id: I27662caaaf9de457944a76190949406167a722bf
* Merge commit '06d0cf4daa414eca3c2a73df8171706ca7012213'Teemu Suo-Anttila2014-03-042-10/+22
|\ | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/push/PushConfigurationTest.java Change-Id: Ifb458fce1a9a1fa84d935b893f5af1931951058c
| * Workaround Streaming Push unreliabilities (#13415)Teemu Suo-Anttila2014-03-032-10/+22
| | | | | | | | Change-Id: I5e946b365e22e71a0c13606fcd159d1ce7c82925
* | Merge changes from origin/7.1Build Agent2014-03-041-2/+17
|\| | | | | | | | | | | 6249518 Re-try opening ssh tunnel if it fails the first time(s) Change-Id: I01402d5ae3a97aa2aca72f5c23dc7b6315b0edf6
| * Re-try opening ssh tunnel if it fails the first time(s)Artur Signell2014-03-031-2/+17
| | | | | | | | Change-Id: I653db3a818435c023f0bbd8015d2bd1a35ed4e34
* | Merge changes from origin/7.1Build Agent2014-02-271-3/+2
|\| | | | | | | | | | | e961d43 Remove tooltip that's causing CalendarAcrionEventSourceTest failures Change-Id: I738e4a91cfeccce15f76f6df1c1346c31225cde1
| * Remove tooltip that's causing CalendarAcrionEventSourceTest failuresTeemu Suo-Anttila2014-02-271-3/+2
| | | | | | | | | | | | | | This said tooltip gets in front of the context menu and native events actually clicks on the tooltip instead of the context menu item. Change-Id: I6519ba98351a5ad03ccc35c29b85a831e3026325
* | Merge changes from origin/7.1Build Agent2014-02-275-38/+136
|\| | | | | | | | | | | | | | | | | | | | | badf9f2 Do not prevent deployment if Atmosphere init fails (#13199) be827f8 Enable on-the-fly SASS compilation in OSGi (#10307) 61a1899 Fix SQLContainer paging and caching issue (#11199) 19dde49 Remove applet test which does not work reliably a73c9ef Fix broken TableScrollingWithSQLContainer test UI fbce127 Use Chrome 33 for testing Change-Id: I4a09cdfcc8187604a24391a73ea6c04c6d50bb5f
| * Use Chrome 33 for testingHenri Sara2014-02-272-2/+2
| | | | | | | | Change-Id: I6362097ff836c10b7001c5fd8acd8adf91a94b2f
| * Fix broken TableScrollingWithSQLContainer test UITeemu Suo-Anttila2014-02-251-7/+32
| | | | | | | | Change-Id: I67bcb7a473d147c46e24cb3c116fd9115a3bda6b
| * Remove applet test which does not work reliablyArtur Signell2014-02-251-36/+0
| | | | | | | | | | | | | | | | As long as nobody is constantly updating the java version on the test cluster and additionally ensures that no manual interaction is needed for Java applets to run, this test is not useful Change-Id: Ic9b3e190567e8949bbb514d5fedefc3c720402e7
| * Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-252-0/+109
| | | | | | | | Change-Id: I884c0f0a27a124a49698b141ac63c93950df428d
* | Merge commit 'bce95bce91f80ddd228c96ab7b89770499b5e49e'Artur Signell2014-02-271-2/+1
|\| | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html Change-Id: I03b12e474ee59a86aefcedfda24e55620eed717d
| * Remove extra whitespace causing validation failuresArtur Signell2014-02-212-17/+16
| | | | | | | | Change-Id: Ib93665a7411c52c1b3b00c22a7c4f799b5adbaea
* | Fixed invalid HTML/XMLArtur Signell2014-02-254-369/+361
| | | | | | | | Change-Id: Icd9e30e54e5353277e4c5406269613cbb8a37414
* | Rename to follow same scheme as other push testsArtur Signell2014-02-214-5/+5
| | | | | | | | Change-Id: I6ea0626ffb88182120f69e0ca988250248e365e1
* | Missing long polling tests (#13164)Artur Signell2014-02-214-0/+111
| | | | | | | | Change-Id: If0a7ff0f6736853e9a5e8de417a435cf474a335b
* | Merge changes from origin/7.1Build Agent2014-02-214-555/+95
|\| | | | | | | | | | | | | | | | | | | 3b327f6 Change copying of Date values to avoid wrapping of date (#13269) 6f21052 Eliminate spacing memory leak on client (#13315) 6c076e3 Workaround for input prompt used as value on ESC in FF (#8051) ed82d1a Slow down test to hopefully make it more stable (and four times longer) b59f7a0 TreeTable does not have partial updates enabled in Vaadin 7 and probably won't ever have. Change-Id: Icd8354b29a5145056dfb47409bdde9d98610bcf5
| * TreeTable does not have partial updates enabled in Vaadin 7 and probably ↵Artur Signell2014-02-211-553/+0
| | | | | | | | | | | | won't ever have. Change-Id: Iae8a2fae226712b7200873fec67aa9b2cfaf24ee
| * Slow down test to hopefully make it more stable (and four times longer)Artur Signell2014-02-201-2/+2
| | | | | | | | Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0
| * Eliminate spacing memory leak on client (#13315)Henri Sara2014-02-172-0/+93
| | | | | | | | Change-Id: I432ae4a04d74826dd1cce108177bd503774a8463
* | Add change event for Upload (#13222)Artur Signell2014-02-211-0/+128
| | | | | | | | Change-Id: I9850888b1997104cbc493ae0882316a9d2b1cedd
* | Font icon support (#13152)Marc Englund2014-02-202-0/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed Icon to ImageIcon Change-Id: I608815f17a3651b205fed81b5294385df0d68802 Extracted the abstract client-side Icon class Change-Id: Ic32e270595a5796d0bbd1dd31f34282b56672aa9 Created the FontIcon class Change-Id: Iad13871e7bf1807dee2c538c76306d4620191f5e Renamed AbstractComponentConnector.getIcon to getIconUri Change-Id: I6953ab79661993b561655d483c1bd013b66407f3 Added the AbstractComponentConnector.getIcon method Change-Id: I6fb91dc643fb09da3ba53666b1a8a289901702e3 Refactored getIcon Change-Id: Ibae39e66d0fb8449e20ac5209eb8c18b6ada4387 Made all existing uses of Icon compatible with FontIcons Change-Id: I8f28ec5254f2e5282a887519d3f44bc1e27aba72 Initial server-side support for font icons - does not include an actual icon set yet (#13152) Change-Id: Ie6c09b17dd577c726e0efc13567749f6f4d56d8d Changed server side FontIcon URI generation to match the correct scheme Change-Id: I3628b930b310b3f285bc58a3f471e31e641d307e Initial server-side icon font (FontAwesome) with scss - to be considered placeholder for testing (#13152) Change-Id: I361e62aba0d943a736471824e149d65c7eea9c76 Changed the FontIcon URI scheme Change-Id: I15c92f6bb3d0aa0a800f3f0bfa80419979453e17 Added FontIcon support to AbstractOrderedLayoutConnector Change-Id: I3b2b45b22d29622fd888dbe922aa0cc8a718104d Added FontIcon support to table items Change-Id: Id22ce94c96a892420aab1e39663688fc9f3bc282 Added FontIcon support to OptionGroup items Change-Id: Ie08bef688f6802182ef5f8b2bf82cf8b1f9096bb Switched to openly use FontAwesome (#13152) Change-Id: I18c3325ce93915b7fd6e338c8c293a89711277bc VaadinIcons are now FontAwesome (#13152) Change-Id: I0ab2a80735cbf08b6e33d358e3e8c6a205626fc4 VCaption does not longer set icon to 0x0px if it's a FontIcon (#13152) Change-Id: Ibcd96e0f79f0adf2e217a8580d17f1cc93705710 Fixed typo in @font-face, removed .otf (#13152) Change-Id: I698ca32c560e5f198c32a6c44f7884d3030ee610 Make font icons behave more like img (display:inline-block) (#13152) Change-Id: Ic79186c90f1fc566deae1f4d8d4ba2c21d89a42e
* | Merge changes from origin/7.1Build Agent2014-02-132-0/+50
|\| | | | | | | | | | | | | | | | | | | | | | | | | 98aff2b Fix caption lost issue related to focus changing (#12967) af96612 Test using Tomcat 7 behind Apache proxy (#13302) ad49fe3 Test using Wildfly 8 (currently CR1) (#13167) 6d8b9e5 Servlet test for push with default parameters (#13299) d88e409 Added proper escaping to OptionGroup item icon URLs (#13310) e680b8f Changed getAbsoluteUrl to use the correct escaping method (#13311) fe6ea57 Release notes updated to describe #13310 #13311 ef208a6 Javadoc formatting fixup Change-Id: I9cedc16c69b25cc89dd4e4a6812d29019e6e0e0a
| * Servlet test for push with default parameters (#13299)Artur Signell2014-02-102-0/+50
| | | | | | | | | | | | Ensure push works in default mode for all servers and browsers Change-Id: I7145839bb081165fd52246fe87c6bb3eae7fe510
* | Adds tests to changeset 53282726 (#12337)Henrik Paul2014-02-122-26/+255
| | | | | | | | Change-Id: Ic6dcd98483feb59942392834deb3db356b17b8ab
* | Use consistent date output in serializer test (#13073)Leif Åstrand2014-02-102-3/+10
| | | | | | | | Change-Id: I32e9377d5ef8a8e88a8126ece78f0b8750cfa2ea
* | Merge branch 'testbench4' into masterJonatan Kronqvist2014-02-103-361/+268
|\ \ | | | | | | | | | Change-Id: Ia036030703538e2110d656b4b35d210147edb961
| * \ Merge commit '9026cef9719e8607c289bb91515bb23b5b0b9fe5' into testbench4Henri Sara2013-12-133-361/+268
| |\ \ | | | | | | | | | | | | | | | | | | | | This includes most of the changes from the 7.1 branch Change-Id: I07354645a3fd2bae76ea0c6ca0cec5124691ecaa
| | * \ Merge remote-tracking branch 'origin/7.1' into testbench4Henri Sara2013-11-273-361/+268
| | |\ \ | | | | | | | | | | | | | | | Change-Id: I88cd2dbf8c5c53e6e208c79a736162535ac1e068
| | | * \ Merge remote-tracking branch 'origin/7.1' into testbench4Henri Sara2013-11-213-361/+268
| | | |\ \ | | | | | | | | | | | | | | | | | | Change-Id: I2a2a9330c4bf1396b21e5ed420d543dadb74d283
| | | | * \ Merge branch '7.1' into testbench4Henri Sara2013-11-122-0/+55
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: publish.xml Change-Id: Ic8187a44ac731a930921a6ddcbe0f7eb07deef7e
| | | | * \ \ Merge remote-tracking branch 'origin/7.1' into testbench4Patrik Lindström2013-11-0633-1061/+1532
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If596876f0a17c471dc7db6b6eea25ed1c3b87fb1
| | | | * \ \ \ Merge remote-tracking branch 'origin/7.1' into testbench4Patrik Lindström2013-10-2329-100/+1085
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0d22bb186bc17ddca2e6dbf09eda7c0d19b88c4
| | | | * | | | | Improve Calculator test application (#12744)Patrik Lindström2013-10-211-6/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib65ade5ecc589717e68e34b7469b5bae3c58786d
| | | | * | | | | Merge remote-tracking branch 'origin/7.1' into testbench4Patrik Lindström2013-10-1172-1441/+4434
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58fe3b4126b61ec342ee06c18ce49a7fa7d4fd3d
| | | | * | | | | | Add simple calculator test application (#12444)Patrik Lindström2013-09-231-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie2880c9321f46a004e53ca0fa08aa43f840e6a5d
| | | | * | | | | | Merge branch '7.1' into testbench4Jonatan Kronqvist2013-09-1613-0/+1120
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id93edf5895131bb13d1be792d0914ace399e713c
| | | | * | | | | | | Allow different locator strategies #12485Jonatan Kronqvist2013-09-121-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the ComponentLocator class to allow for implementing different locator strategies. Change-Id: I93f3decbce4d4361cc605bcf0ce4379a187c482c
* | | | | | | | | | | Merge changes from origin/7.1Jonatan Kronqvist2014-02-1016-92/+678
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c551507 Selected option is updated when item caption changes in Select (#9250) 3595685 Converted TestUIWidgetset test to TB3 and fixed wrong text in assertion. 89d860c Convinience methods for getting mouse and keyboard in test. d00397f Converted TB2 test to TB3 and fixed text assertion. 857de0f Renamed test according to conventions and fixed assertion text. b9a6a48 Update textbox when Select item caption changes (#9250) 1687889 Retain focus while changing DOM in OrderedLayout (#12967) f93c870 Remove unselected rows from selection on client side (#13008) 1d1ccf4 Fix Firefox and Vaadin 7 scroll distance (#11353) 62ac53a Ensure widgetset compile messages go to stdout (#7516) 171d02a Remove references to read/write through modes (#13184) 3f09c10 Better-looking CSS for Vaadin API Javadocs (#13219) f0a4ea9 Do not throw NPE for equals(null) (#8910) 3897025 Add deprecated expand ratio methods to FormLayout (#12876) b89dba9 Exclude a possible bin directory when building (#13258) 69983d0 Re-adjusted the rendering order of TabSheet tabs to prevent an NPE in isClipped (#12343) e5dee6a Use Calendar as sender for action handlers (#13191) Change-Id: I581ec7517aaa19a2e46b48e31cdefdd3db2c05c5
| * | | | | | | | | | Use Calendar as sender for action handlers (#13191)Henri Sara2014-01-302-0/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sender parameter to action handlers is now the Calendar instance rather than an instance of a private RPC implementation class. This was probably broken by an earlier refactoring. Change-Id: If15cf232e7578eb55617f45db6b9304f5e80fed5
| * | | | | | | | | | Retain focus while changing DOM in OrderedLayout (#12967)Teemu Suo-Anttila2014-01-163-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id25177a2dfecc2d0d3b8bb5803656a39bec9c5d6
| * | | | | | | | | | Update textbox when Select item caption changes (#9250)Tomi Virtanen2014-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed logic that detects changed item caption and triggers update to textbox text. Changed test case description. Change-Id: I9fbb0cc686e73404bab8e624a5332644cca53737
| * | | | | | | | | | Renamed test according to conventions and fixed assertion text.John Ahlroos2014-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ede421f7e0c5ae726167b4ee7b2d8651a70c77c
| * | | | | | | | | | Converted TB2 test to TB3 and fixed text assertion.John Ahlroos2014-01-153-50/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I19bdbf1cf64853abc3bc7e72a86cd80599bfa652
| * | | | | | | | | | Convinience methods for getting mouse and keyboard in test.John Ahlroos2014-01-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic54887c252ba452bb841f7ae2da362235d4f924b
| * | | | | | | | | | Converted TestUIWidgetset test to TB3 and fixed wrong text in assertion.John Ahlroos2014-01-135-40/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie1d5374280381f9ff81415ce9d9d82773718800c
| * | | | | | | | | | Selected option is updated when item caption changes in Select (#9250)Tomi Virtanen2014-01-092-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed ComboBoxConnector to update input-element text to match the changed item caption. Added SelectItemCaptionRefresh test case and TestBench2 (html) test for it. Change-Id: I45b2168aab27f83203a59500715ac9aca5357412
* | | | | | | | | | | Merge commit 'fbc48c6ab75479560919a463ba5693b44bb0e811' into merge71Jonatan Kronqvist2014-02-072-0/+105
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I6b4605ffafe990747757ec545cf2b52656c9f9f4
| * | | | | | | | | | Fix for scrolling with modal opened. (#12899)Felype Santiago Ferreira2014-01-092-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba