| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: I0fe98ca90ed3969f1af1be60668b4c1c561675eb
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Change-Id: I0bab199632554655ef92a624f5654852b4b157d1
|
|
|
|
| |
Change-Id: I42146b8c0918a65c809bcb55e3930dad5bbb6e6f
|
|
|
|
| |
Change-Id: I9ec103a1a42d8888d6f680f477393807223740cf
|
|
|
|
| |
Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
|
|
|
|
|
|
|
|
|
| |
TestHideTimeAndSeparator didn't specify a locale, which
caused it to fail if the locale on the system where it
ran was different from the one on the system where the
test was created.
Change-Id: I44de92c68954eac425308eeaf7e07e76c717f2bf
|
|
|
|
| |
Change-Id: Idc81c3cc614bc59c2a93615bd5ac5cac9b72f752
|
|
|
|
|
|
|
|
|
| |
Vaadin threw an IllegalStateException if a Container was updated while
Table was being painted. SQLContainer was known to invalidate its cached
size during a Table repaint, resulting in an ItemSetChangeEvent. This fix
has been copied over from how ComboBox handles this situation.
Change-Id: I04af71a5ea3844da245cb9e31ada4a30ff704619
|
|
|
| |
Change-Id: Ie7db27a026d52befe027ed2abb96e62947f8116d
|
|
|
|
|
|
|
|
|
|
|
|
| |
The issue is fixed by changing the normal HashMap inside the inheritable
thread local to a map implementation holding only weak references to the
values (WeakValueMap).
Also included is a test UI that starts threads, which run until the JVM
is quit. This along with VisualVM was used to reproduce the issue and
verify the fix.
Change-Id: I116cc4e56e8a19c3b770abab6b18b9e262f4dafa
|
|
|
|
| |
Change-Id: I2d804b460fbca7cb7dbea01c88ae3dc7e63f344d
|
|
|
|
| |
Change-Id: Ia5c706a4315f8b8c618ca5c3e8681e656809dcec
|
|
|
|
|
|
|
|
|
| |
The test fails on Opera 12 since the assertText is done before the
tabsheet has had time to change the tab content. Added a small waiting
period after the tab is changed before the assert is made to fix the
issue.
Change-Id: I89dfe040b577106f9f843c8b4013d20be1e02166
|
|
|
|
|
|
|
|
| |
After #6252 the value is no longer communicated to the server
immediatly but only once the popup is closed. Changed the test to assume
the new behaviour.
Change-Id: I74782971d47367a8a57a520d5f4ab736f9b37c2c
|
|
|
|
|
|
|
|
|
| |
Due to the fixes to the VDragAndDropManager the drop location became a
lot more accurate and so changed where the drops were made in the test.
To fix it I adjusted the pixel position within the drop target element to account for the
changed accuracy.
Change-Id: I60fec00a40c36fe0afcc7a4bacb2f7b101201b70
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
VDragAndDropManager was assuming that the target element will always be
inside the cloned "drag image" element while dragging. This assumption
is false since the "drag image" can be 0x0px or transparent effectivly
disabling dragging.
Since Testbench 2 is also very flaky in using the Vaadin locators with
the drag/drop commands I replaced the locators with shorter locators
using a debug id to make the test more readable and stable.
Change-Id: I2cc9683d11e982521e74418c74dd3e81ee617ac5
|
|
|
|
| |
Change-Id: I0d61984aa795ec2b3bd384c2f93f6e3ee2a71be3
|
|
|
|
| |
Change-Id: Ie39d521c2f299bca0e2175fd8bb59beaa4f66241
|
|
|
|
|
|
|
|
|
| |
Due to how ProxyReceivers are constructed and serialized, we don't want
to resend the ProxyReceivers for files that already are in the queue.
Either we needed to change the way ProxyReceivers behave, or just make
sure that they aren't resent. I chose the double-check method.
Change-Id: I7c4e866ba4287afd3e80329be3640335d4ff00af
|
|
|
|
| |
Change-Id: If024d94d496a6cf2e6f0f342d368ac7bd746de38
|
|
|
|
| |
Change-Id: Ib6f4681ea38fe7a6cac8a44bc4ab4b23151844dd
|
|
|
|
| |
Change-Id: I23a26fbc5281e76792e257321d96f3d30a8bc2b2
|
|
|
|
| |
Change-Id: I231e84d84adca79549d00a88dd4ae613ff291dbc
|
|
|
|
|
|
|
|
|
| |
This test cannot be completed in a smart fashion until TestBench 3 is in
use, because of differences in the DOM structure created by GWT for IE
and Opera, versus Webkit and Gecko browsers. TB2 requires identical DOM
structure for assertion queries to work.
Change-Id: I6f5f9aac1c25e4e105459da215db080b031b2aab
|
|
|
|
| |
Change-Id: Idef31fa74f4720b5c55511de0545cd8ae1b77b26
|
|
|
|
| |
Change-Id: I80cb1cbd573d7e0de8aa200a4513dc32984ba9f5
|
|
|
|
| |
Change-Id: Ie133694b010a586c6336e9b04be7bcd94d2525e9
|
|
|
|
| |
Change-Id: I4cdf3d1e584f1537f0f216ddd6f65c1ec4a2ee6b
|
|
|
|
| |
Change-Id: I23ce7ba8a87c119ada78bba1d4735c4d8404b4f8
|
|
|
|
|
|
|
|
|
| |
The close buttons images for the Window black theme was mistakenly
added to the white theme sprite and ended up in the middle of the
light theme window. Moved the black theme button images to the
black theme sprite.
Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
|
|
|
|
| |
Change-Id: I2f491d04ff177f7f0ce104c96b1c4a84ee7a2bc0
|
|
|
|
|
|
|
|
| |
svn changeset:25991/svn branch:6.8
svn changeset:26075/svn branch:6.8
svn changeset:26091/svn branch:6.8
Change-Id: Ia4a6ab4cc6ff98795a6d1f9b1701a345dc3f4dc4
|
|
|
|
| |
Change-Id: I27795ab9ae3e3692f508e847936ccaa5a1ebadd4
|
|
|
|
| |
Change-Id: I9ecb796a9bcbc8415efe27873fdbd71745d0aa85
|
|
|
|
|
|
| |
changed while popup was open (#12153)
Change-Id: Ib4bebab8c6e75e7f1af7cfc5198ab6516e94a45e
|
|
|
|
| |
Change-Id: I38a143fb76ebf3a64cd416e5ba7d325aedc60ffe
|
|
|
|
| |
Change-Id: I356e115b5cd96ba0a598178a15215654f2fd16bb
|
|
|
|
| |
Change-Id: I026cd70e9e518fa320f6ec3011194359385a3a4a
|
|
|
|
|
|
|
| |
Force diff state to contain "value", so that value changes from value
change listeners work.
Change-Id: I5b2c661f1297ec0272c150a5a9ff4ca26f19fefe
|
|
|
|
| |
Change-Id: I3776400d849d4ba9f76d6296603152c0a6464aaa
|
|
|
|
|
|
|
|
|
|
| |
If the path for a test case file contained special characters (such as
space), they would get URL encoded which wouldn't work for File
constructors.
Fixed by using URI.getPath(), which does the decoding.
Change-Id: I2a7c13b785adbb2e486d3807b115540c0ba70fa6
|
|
|
|
| |
Change-Id: I31cd6fafffacc16147e63d3878fcf025163deb5b
|
|
|
|
| |
Change-Id: Id4a9674c1b2e1c41dbba1f6fde11502400591a52
|
|
|
|
|
|
|
|
| |
* Value can be 'xhr', 'websocket', or 'streaming'
* xhr disables push even if already enabled
* others set push to automatic if not already set to manual
Change-Id: Iaf929bbb78865fa7d832718841e781e76cdf7277
|
|
|
|
| |
Change-Id: I30ee9a968050301d79c5073a62d85390652f76a9
|
|
|
|
| |
Change-Id: I24f349d5fefff3239eb1687e7321e97e2c8a0e96
|
|
|
|
| |
Change-Id: Ieda9b23a1cbf6700cc7438d0b404c3229dd27ed8
|
|
|
|
| |
Change-Id: Id6b6402b22956cd96b86cef86f11088e959dc05d
|
|\
| |
| |
| |
| |
| | |
02da730 Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)
Change-Id: I4a53d5a1fed3018c8cdda5b1aa88715e911ed112
|