diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-10 08:52:10 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-10 08:52:10 +0000 |
commit | 235bbc6d712f481b0112fbe400d5b31904bcd3cb (patch) | |
tree | e4cd30c2eaa90b352e30aa55640b58f4094123f3 | |
parent | b5c2df7a70b27400e66d6369d27fa9d85cb5debc (diff) | |
download | vaadin-framework-235bbc6d712f481b0112fbe400d5b31904bcd3cb.tar.gz vaadin-framework-235bbc6d712f481b0112fbe400d5b31904bcd3cb.zip |
Test case for BeanItemContainerNullValues
svn changeset:14815/svn branch:6.4
-rw-r--r-- | tests/src/com/vaadin/tests/components/beanitemcontainer/BeanItemContainerNullValues.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/src/com/vaadin/tests/components/beanitemcontainer/BeanItemContainerNullValues.html b/tests/src/com/vaadin/tests/components/beanitemcontainer/BeanItemContainerNullValues.html new file mode 100644 index 0000000000..002f81a37e --- /dev/null +++ b/tests/src/com/vaadin/tests/components/beanitemcontainer/BeanItemContainerNullValues.html @@ -0,0 +1,46 @@ +<?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>com.vaadin.tests.components.beanitemcontainer.BeanItemContainerNullValues</title></head><body><table cellpadding="1" cellspacing="1" border="1"><thead><tr><td rowspan="1" colspan="3">com.vaadin.tests.components.beanitemcontainer.BeanItemContainerNullValues</td></tr></thead><tbody><tr> + <td>open</td> + <td>/run/com.vaadin.tests.components.beanitemcontainer.BeanItemContainerNullValues?restartApplication</td> + <td></td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td>initial</td> +</tr> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentsbeanitemcontainerBeanItemContainerNullValues::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[3]/domChild[1]</td> + <td>40,9</td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td>sort-country-asc</td> +</tr> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentsbeanitemcontainerBeanItemContainerNullValues::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[3]/domChild[1]</td> + <td>29,9</td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td>sort-country-desc</td> +</tr> +<tr> + <td>click</td> + <td>vaadin=runcomvaadintestscomponentsbeanitemcontainerBeanItemContainerNullValues::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td> + <td></td> +</tr> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentsbeanitemcontainerBeanItemContainerNullValues::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[2]/domChild[1]</td> + <td>39,8</td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td>sort-country-desc</td> +</tr> +</tbody></table></body></html>
\ No newline at end of file |