summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Skip compilation of TB2 tests if tests.tb2.skip is setArtur Signell2013-10-161-2/+2
| | | | Change-Id: I647fb48059372b497c77580d252c9622d259d3eb
* Test for pushing large chunks of data (#12567)Artur Signell2013-10-167-0/+335
| | | | Change-Id: I846b8417f69a0dca7cda2c3851148896d22cabcc
* Disable fallback in a way compatible with Atmosphere JS 2.0.3 (#12241)Artur Signell2013-10-162-2/+7
| | | | Change-Id: I4023b50038288e39559cb8542ed59be807274d40
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-169-8/+106
| | | | Change-Id: Ic9dba337ffb209bf73ab427fa3a39e542e645c08
* Add sub directory support to sass test scanner (#12790)Artur Signell2013-10-1611-21/+41
| | | | | | | Exclude partial scss files (starting with _) Add new lines to normalized css for easier comparison Change-Id: I2bfb796b293cb0b578c3c5c56aacffe7c1514b02
* Added liferay module for building liferay.zip #12748John Ahlroos2013-10-163-0/+104
| | | | Change-Id: I16c7ba25387b3e1ad9a56e800c49755306b44890
* Allow running tests locally by overriding runLocally() (#12786)Artur Signell2013-10-153-2/+57
| | | | | | Uses Firefox either from path or from the location given using firefox.path in /work/run-eclipse-run-selected-test.properties Change-Id: I29faa94cac4c978792a8fab9db338048553d166a
* Created constants for tested browser versions (#12786)Artur Signell2013-10-154-17/+24
| | | | Change-Id: I8f349bb3c338bb7e9073944891436edac5ee1bb1
* Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-156-12/+238
| | | | | | Automated test enabled only for IE9-IE11 because of #12785 Change-Id: I265e5d1ead3fa56469861c5a98dcc9d0106d1051
* Fixed swallower access. Now error handler logs exceptions. (#12703)Felype Santiago Ferreira2013-10-156-2/+330
| | | | Change-Id: If8fe00e10c7ec56cbd8753ff88d4816613a340f2
* Allow skipping TB2/TB3 tests using tests.tb2/tb3.skipArtur Signell2013-10-152-2/+2
| | | | Change-Id: If9f16657731fa5ea06e61bf9702abe385e4fc7a1
* Disable unit cache to avoid compilation issues when switching between branchesArtur Signell2013-10-151-0/+1
| | | | Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961
* Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127)Artur Signell2013-10-148-12183/+49
| | | | | | | Build vaadinPush.js from the released version instead of having a separate javascript version in the project Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
* Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-144-607/+629
| | | | Change-Id: I9b25968cc140a9443820a26eadb6b5a1507ad7ec
* Also hide shim iframe of VOverlay on setVisible(false) (#12731)Henri Sara2013-10-141-0/+8
| | | | Change-Id: I48258a24bb14bbe79c1e11c9bda4a18b120b2a42
* Handle ClientMethodInvocation serialization with JSONArray as parameterPekka Hyvönen2013-10-112-0/+165
| | | | | | (#12532) Change-Id: I67306d2b9d151614f72455063b0d01423aeed4c1
* Converted broken test to TB3Artur Signell2013-10-112-168/+161
| | | | Change-Id: Ic30db7584a65c944eb45c576e12b7671399d1965
* Make the various Writers member fields instead of local variables (#12446)Johannes Dahlström2013-10-103-14/+148
| | | | Change-Id: I9ca101edf6df41702b27635da9f749bdac5bf5f4
* Only fetch rows if there are some (#11189)Matti Tahvonen2013-10-093-0/+107
| | | | | | | | | IE hacks cause calls to onScroll in situations where the cache row fetch logic is not working correctly (causes JS exception). This change has an optimization to pass this logic if there are no rows available and this way fixes the JS exception as well. Change-Id: I3425f3d75cad8b65e605638343b167abf7b48067
* added small pause to make test passMatti Tahvonen2013-10-091-0/+10
| | | | Change-Id: I2e58a7444e5a2740f81409e6f248e0acedcead54
* Focus selected row in Table #12540John Ahlroos2013-10-093-0/+211
| | | | Change-Id: Ic920f9cb11840a456a7c49746317eaccde1e1406
* Fixed compilation error in TB3 testJohn Ahlroos2013-10-092-103/+118
| | | | Change-Id: I62e246995879733393af3275778e9201cd970adb
* Avoid obsolete calendar panel renderings to avoid various NPEs.Matti Tahvonen2013-10-083-15/+121
| | | | | | (#12504,#12667) Change-Id: Ie0a9a8d9913116520b766062ebabdb771a76d1b6
* Updatet servlet tests to follow the same *Test naming conventionArtur Signell2013-10-0812-24/+73
| | | | Change-Id: I3c718232364f5ca7cce7131fa7685e4a2b833120
* Allow configuring deployment port for TB3 testsJohn Ahlroos2013-10-082-1/+20
| | | | Change-Id: Iee0827d1e65dcbc1fc6c71701b80f355285b6902
* Recreate transient pendingAccessQueue in readObject() (#12456)Johannes Dahlström2013-10-082-12/+33
| | | | | | This prevents a race condition in getPendingAccessQueue(). Change-Id: I1b8d013119e5963ed6083b7dd17afccd3a915e42
* 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