diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-10-31 13:31:22 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-10-31 13:31:22 +0000 |
commit | ec04c75e125e33321d13c6abe7f03e211b865d3f (patch) | |
tree | 080686c9742cd58b0361559246529fd02d115885 /tests | |
parent | f632901df89a1cd98afba3b024b2807b17b1b3c2 (diff) | |
download | vaadin-framework-ec04c75e125e33321d13c6abe7f03e211b865d3f.tar.gz vaadin-framework-ec04c75e125e33321d13c6abe7f03e211b865d3f.zip |
Test and fix for #7852 TreeTable partial update throws NegativeArraySizeException
svn changeset:21840/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html b/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html new file mode 100644 index 0000000000..f9d44ecd60 --- /dev/null +++ b/tests/testbench/com/vaadin/tests/components/treetable/TreeTableNegativeArraySize.html @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head profile="http://selenium-ide.openqa.org/profiles/test-case"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> +<title>New Test</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> +<thead> +<tr><td rowspan="1" colspan="3">New Test</td></tr> +</thead><tbody> +<tr> + <td>open</td> + <td>/run/com.vaadin.tests.components.treetable.TreeTablePartialUpdates?restartApplication</td> + <td></td> +</tr> +<!--expand root1--> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> + <td>12,4</td> +</tr> +<tr> + <td>scroll</td> + <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]</td> + <td>189</td> +</tr> +<tr> + <td>pause</td> + <td>300</td> + <td></td> +</tr> +<!--expand root2--> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[21]/domChild[0]/domChild[0]/domChild[0]</td> + <td>9,-183</td> +</tr> +<!--collapse root2--> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentstreetableTreeTablePartialUpdates::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTreeTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[21]/domChild[0]/domChild[0]/domChild[0]</td> + <td>11,-182</td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td>root1-expanded-scrolled-to-end</td> +</tr> + +</tbody></table> +</body> +</html> |