summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use class name and not enclosing class for screenshot nameArtur Signell2013-10-081-4/+0
| | | | Change-Id: I8e9e0487f4354ee0523b5d3c0c016a002c395107
* Makes test stable and adds helper comparison methodsArtur Signell2013-10-082-13/+92
| | | | | | | * Takes into account that the timer can be triggered multiple times before the initial request is done (especially if the server is slow) * Adds assertLessThan, assertLessThanOrEqual, assertGreaterThan, assertGreaterThanOrEqual to ease test creation Change-Id: I5ce1681e35d9c1de02a83b38528f17ee705331d7
* Update TB3+ convention to use a separate *Test fileArtur Signell2013-10-0828-585/+837
| | | | | | | | | | | | For any issue there should be a UI class, e.g. LabelSomething and a Test class which has the name of the UI + Test, e.g. LabelSomethingTest. The LabelSomethingTest contains ALL tests which depend on LabelSomething and are named accordingly to what they test. For special and legacy cases also LegacyApplication and UIProvider are supported in addition to UI classes Change-Id: Ifc0180b377284bbd029202494ad194d324f8213b
* Mark as deprecated to discourage usage for new testsArtur Signell2013-10-081-0/+1
| | | | Change-Id: I87d417da5b6b8cf9753604944dff74f8f39c321a
* Fixed incorrect logging (#12241)Artur Signell2013-10-081-2/+4
| | | | Change-Id: Icfe32a26f9069b7c5ed8160dba93b806754acf58
* Converted push test to TB3 (#12226, #12522)Artur Signell2013-10-083-98/+84
| | | | Change-Id: Ia12b35ef6beed0bf2f534f2c9505b22ce7b3c7c3
* Rebuild OptionGroup on HtmlContentAllowed/Multiselect changes (#10451)Artem Godin2013-10-081-1/+13
| | | | | | | Fixes regression with HtmlContent in Safari 5 and changing of Multiselect properties on the fly. Change-Id: I4a3820eba8d1c06460777340ea36b1df31b38983
* Actually open integration test.Artur Signell2013-10-081-0/+1
| | | | | | | Regression since the change in test behavior (no longer automatically opens test URL) Change-Id: I1c4efc9b5b5c8a28818afa6f91af1a8b159354b4
* Run tests on Tomcat 8 (#12326)Artur Signell2013-10-071-0/+7
| | | | Change-Id: I99d91f16c5ad2dce6fb93f2862913b23518410d7
* Fixed Table range selection IE regression #12407John Ahlroos2013-10-071-0/+6
| | | | | | | | After fixes for #12407 the range selection did not work in the case where the selection start had previously been removed. This caused MultiSelectWithRemovedRow test to fail on IE. Change-Id: Iaa91cc6a3a310aedc80c4c2475fa8e94a30a5563
* Fix NullPointerException in logger when message is null (#12588)Artem Godin2013-10-042-4/+20
| | | | | | | LogSection.publish and VConsole.log/VConsole.error methods now replace null message with an empty string ("") Change-Id: I735b51bce971ababe2557f1b6c317c01066bc03c
* Prepare for Atmosphere Javascript 2.0 (#12241)Artur Signell2013-10-041-2/+22
| | | | | | | | | | * Atmosphere 2.0 has changed enableProtocol to default to true. * Reopening a connection in Atmosphere 2.0 is signalled through an onReopen event (not present at all in Atmosphere 1.0.x) Fix was backported from master Change-Id: I6ed258087a0b3a06440ab9d19b621560fa4f998f Merge: no
* Fixes #12564 (HorizontalLayout breaks w/ alignment & error indicator)Matti Tahvonen2013-10-042-17/+111
| | | | | | Removed some obsolete (hopefully!?) code doing some odd things with caption height calculation and some refactoring to make that part of code slightly more readable. Change-Id: I960e4a9eba0388281868f18a182c8788cedf08f9
* Fix OptionGroup elements losing focus on value change (#10451)Artem Godin2013-10-033-17/+174
| | | | | | | | | | The misbehavior was caused by VOptionGroup.buildOptions recreating associated panel on every change by removing and adding new elements. With this fix applied it tries to update existing elements, distinguishing them by assigned keys. It will recreate panel though if elements are reordered or new elements were added/removed. Change-Id: I1245b2ff30ce1932614c1eac37bd0131cbd29dd7
* Ported regression fixes in 6.8 for #12407 to 7.1 branchJohn Ahlroos2013-10-021-15/+17
| | | | Change-Id: Ie46ab97fc1ff89dd241eec9182ed0f92164b754d
* Only print testbench failure TeamCity messages when running in TCJohn Ahlroos2013-10-023-6/+23
| | | | Change-Id: Ifa04ce512743bc8ccddea0bdca7b82cceaff150e
* Do not try to focus invisible components which not present in UIDL #12654Yuriy Artamonov2013-10-021-0/+5
| | | | Change-Id: I365940e72d97426eceb408878bc8b24d7655de7c
* reduce reflow and calculation in VOverlay (#12566)Fabian Lange2013-10-021-33/+38
| | | | | | | the actual position of VOverlay is only required when a shim or shadow is used. Otherwise the calculation of its position causes unnecessary reflows. Change-Id: Id3915fe55c6b477f5d3ff01ee3a505014303d6d6
* Only publish files actually produced by this test/browserArtur Signell2013-10-021-2/+2
| | | | Change-Id: If4f66157791d642801c0100bb4bc0f293efe76cc
* Update slider client-side state object on value change (#12676)Juho Nurminen2013-10-012-0/+82
| | | | Change-Id: Ief93d845e5498388072e05a0faff7ef2d29f1c77
* Check modifiers when handling TabSheet hot keys. Fixes #12178Juho Nurminen2013-10-012-8/+60
| | | | Change-Id: I685dbf2c22e3b160632b811652bf3ab52d3ef6dc
* Refactor how TB3 tests are written (#12572)Artur Signell2013-09-2712-98/+87
| | | | | | * openTestUrl() must be called in the beginning of each test. Before that setPush and setDebug can be used to determine whether /run-push or ?debug should be used in the URL Change-Id: Ie70996fcbdb2769fcd4ec56cb878e20198e02bf6
* Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-275-5/+58
| | | | Change-Id: I9939a7af83482e136ed0d146accdeec0cd9f10ea
* Added user agent for IE 11 (#12631)Artur Signell2013-09-271-0/+3
| | | | Change-Id: I1ba1791c04a3d1685e1bc482d2b04a748e19f012
* Publish error artifacts immediatly in TeamCityJohn Ahlroos2013-09-272-1/+15
| | | | Change-Id: I69cb2208b7f6b3263ddb25fa26eebebcc6f9a7c3
* Fixes normal drag and drop events (regression since 7.1) and html5 styleMatti Tahvonen2013-09-262-5/+21
| | | | | | D&D in IE10 (#12339) Change-Id: Ied4504406ebbeab6ff464fb239f7b3f5987fbbd9
* Limit the number of tests run concurrently (#12572)Artur Signell2013-09-263-4/+42
| | | | Change-Id: I015e92ccc9be963543032c14dd9d051bcba58e53
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-264-18/+143
| | | | | | | | Made the Table notice if the user is trying to scroll to an item on the last "page" and in those cases actually scroll to that item, not just to the page's first item as it did before. Change-Id: I47df33c75aa9b7e4f9a5f4bd5daeb301028517e8
* Converted TB2 push tests to TB3 (#12580)Artur Signell2013-09-2525-792/+799
| | | | Change-Id: Ifd6286aee75946eb47c39886c08473a5a0c10545
* Run TB3 tests also on IE11 (#12631)Artur Signell2013-09-251-0/+1
| | | | Change-Id: I1ae0f8618e69ba61bb946cde18c2936b751f3a5f
* Fixes browser detection for IE11 (#12638)Artur Signell2013-09-252-6/+60
| | | | Change-Id: I1f71477368ce42eac3679f7f2f9e87fe8e02e4de
* Do not add empty package javadoc for new classesArtur Signell2013-09-241-1/+1
| | | | Change-Id: I5b040806acaae3e94d2eb8c7ea78f9414d964564
* TB3 test for browsers (#12572)Artur Signell2013-09-242-4/+51
| | | | Change-Id: I1011aed7b3a7f4a339199be4e598b02b27500307
* Updated TB3 tests to use Firefox 24 (#12604)Artur Signell2013-09-241-1/+1
| | | | Change-Id: I738e5e3aca7b5332ced2179593f304c6d375b0f1
* Converted servlet integration tests to TB3 (#12573)Artur Signell2013-09-248-5/+298
| | | | Change-Id: I964be2ef805875f36a2f0f8139feaa353c9aaee0
* Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-247-69/+411
| | | | | | | | | * Main build configuration triggers unit tests for all modules and uitest/build.xml testbench tests in parallel * uitest/build.xml triggers Jetty startup and integration (server) tests in parallel. After the server has started, TB2 and TB3 tests are run in parallel. * Server integration tests for servlet containers are run using TB3 and the com.vaadin.tests.tb3.ServletIntegrationTests test suite. * Portlet integration tests are still run using TB2 test scripts Change-Id: Ie6bffd4e68b4889074e9c470faa3c65f923e55c4
* Make it possible to override web driver in tests (#12572)Artur Signell2013-09-231-8/+27
| | | | Change-Id: If696c8a57fc370d2851592d745ab8a2698631ed5
* Base files for TB3 tests (#12572)Artur Signell2013-09-2310-35/+1415
| | | | | | * Converted LabelModes to TB3 for validation Change-Id: Ic9e69d46623a16986961bdc8cc050b375622a91d
* Don't try to cast a connector to Widget. Fixes #12619Jonatan Kronqvist2013-09-202-2/+53
| | | | Change-Id: I0fe98ca90ed3969f1af1be60668b4c1c561675eb
* PostLayoutListener javadocs (#12562)7.1.6Leif Åstrand2013-09-191-0/+18
| | | | Change-Id: Icdc39630a8d48f87ca4765f4513c9871d49f5d76
* Update release notes to more closely be like 7.0.x (#12544)Artur Signell2013-09-191-25/+29
| | | | | | | | * Fixed ticket link and removed duplicate link * Reordered sections to changes in this version comes before changes in old versions * Updated browser versions Change-Id: Ib3afc6257c93fe6481103fbb80aa5ebf9d2a5dd5
* Add v-iosN classname for all iOS versions instead of just N=6 (#12324)Johannes Dahlström2013-09-191-4/+1
| | | | Change-Id: Id06cfab1404facd612aa470d82757ae6dfe71641
* Ensure string converter is always setArtur Signell2013-09-191-0/+1
| | | | Change-Id: I8c9146975397356e92fded0d0207b56d057ac6c5
* Enable native scrolling in all iOS versions newer than 5, not just iOS 6 ↵Johannes Dahlström2013-09-182-7/+9
| | | | | | (#12324) Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
* Include TestBench 3.1.1 in the project (#12572)Artur Signell2013-09-173-15/+35
| | | | | | | * Jetty is updated to 8.1.9.v20130131 to avoid conflicts with TestBench dependencies * The new jetty dependens on servlet 3.0 Change-Id: Ibbbc8f5838feb4c132ee2b6f7d7f3f630e95dd68
* Use JUnit 4.11 in all modules (#12572)Artur Signell2013-09-174-4/+4
| | | | Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
* Add async-supported to all servlets to enable push testing (#12573)Artur Signell2013-09-171-0/+4
| | | | Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c
* Clarified error message (#12583)Artur Signell2013-09-161-2/+5
| | | | Change-Id: I542046158f6e78c8bb26aaee110bd5b123ae13e6
* Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522)Johannes Dahlström2013-09-134-36/+272
| | | | Change-Id: I0bab199632554655ef92a624f5654852b4b157d1
* NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-132-0/+34
| | | | | | | | | | DateToSqlDateConverter throws a NullPointerException when the provided value is null, thus violating the interface contract. If the provided value is null, then the methods should return null. Missing test case included Change-Id: If08225c2a6ae7c3103e47d3817a5d45469c7bf4f