]> source.dussan.org Git - vaadin-framework.git/commit
Refactored test case structure to have similar hierarchy as components
authorArtur Signell <artur.signell@itmill.com>
Fri, 15 Oct 2010 18:06:37 +0000 (18:06 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 15 Oct 2010 18:06:37 +0000 (18:06 +0000)
commit25eeb8bb980e679d9cdab9b469002a0489c8802c
treee229988f76db0ff9048e82d24f4da4ba974d4209
parent0be2fa303022be36c5f5196f2f558019ac49cc22
Refactored test case structure to have similar hierarchy as components
Added PopupDateFields2 test case (PopupDateField)
Added InlineDateFields test case (InlineDateField)
Added ComboBoxes2 test case (ComboBox)

svn changeset:15577/svn branch:6.4
tests/src/com/vaadin/tests/components/AbstractComponentTestCase.java
tests/src/com/vaadin/tests/components/MenuBasedComponentTestCase.java
tests/src/com/vaadin/tests/components/abstractfield/AbstractFieldTestCase.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/combobox/ComboBoxes2.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/datefield/DateFieldTestCase.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/datefield/InlineDateFields2.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/datefield/PopupDateFields2.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/select/AbstractSelectTestCase.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/table/Tables.java