]> source.dussan.org Git - vaadin-framework.git/commit
Component test cases
authorMikael Grankvist <mikael.grankvist@itmill.com>
Mon, 14 Sep 2009 12:44:41 +0000 (12:44 +0000)
committerMikael Grankvist <mikael.grankvist@itmill.com>
Mon, 14 Sep 2009 12:44:41 +0000 (12:44 +0000)
commite704637c73087ffec6d10037142e1c61b9bd344e
tree75529c3a0641c703609d8b706102e9daefc33fb8
parentc55a22db805b656cd44598e6a98627da3d8a759d
Component test cases

svn changeset:8760/svn branch:6.1
66 files changed:
build/build.xml
build/package/WebContent/WEB-INF/web.xml
src/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutClipping.html [new file with mode: 0644]
src/com/vaadin/tests/components/abstractfield/AbstractFieldCommitWithInvalidValues.html [new file with mode: 0644]
src/com/vaadin/tests/components/accordion/RemoveTabs.html [new file with mode: 0644]
src/com/vaadin/tests/components/beanitemcontainer/TestBeanItemContainerUsage.html [new file with mode: 0644]
src/com/vaadin/tests/components/button/ButtonUndefinedWidth.html [new file with mode: 0644]
src/com/vaadin/tests/components/button/DisabledButtons.html [new file with mode: 0644]
src/com/vaadin/tests/components/button/IE7ButtonWithIcon.html [new file with mode: 0644]
src/com/vaadin/tests/components/button/TooltipForDisabledButton.html [new file with mode: 0644]
src/com/vaadin/tests/components/caption/LargeCaptionIcon.html [new file with mode: 0644]
src/com/vaadin/tests/components/checkbox/CheckboxCaptionWrapping.html [new file with mode: 0644]
src/com/vaadin/tests/components/checkbox/CheckboxIcon.html [new file with mode: 0644]
src/com/vaadin/tests/components/checkbox/CheckboxIcon.java
src/com/vaadin/tests/components/combobox/ComboBoxItemIcon.html [new file with mode: 0644]
src/com/vaadin/tests/components/combobox/ComboBoxNavigation.html [new file with mode: 0644]
src/com/vaadin/tests/components/datefield/DateFieldReadOnly.html [new file with mode: 0644]
src/com/vaadin/tests/components/datefield/DateFieldReadOnly.java
src/com/vaadin/tests/components/datefield/TestDatefieldYear.html [new file with mode: 0644]
src/com/vaadin/tests/components/embedded/EmbeddedTooltip.html [new file with mode: 0644]
src/com/vaadin/tests/components/form/FormCommitWithInvalidValues.html [new file with mode: 0644]
src/com/vaadin/tests/components/form/FormRenderingFlicker.html [new file with mode: 0644]
src/com/vaadin/tests/components/label/HundredPercentWideLabelResize.html [new file with mode: 0644]
src/com/vaadin/tests/components/label/LabelWrapping.html [new file with mode: 0644]
src/com/vaadin/tests/components/link/LinkIcon.html [new file with mode: 0644]
src/com/vaadin/tests/components/link/LinkIcon.java
src/com/vaadin/tests/components/link/LinkTargetSize.html [new file with mode: 0644]
src/com/vaadin/tests/components/orderedlayout/ReplaceComponentNPE.html [new file with mode: 0644]
src/com/vaadin/tests/components/popupview/PopupViewOffScreen.html [new file with mode: 0644]
src/com/vaadin/tests/components/richtextarea/RichTextAreaSize.html [new file with mode: 0644]
src/com/vaadin/tests/components/splitpanel/SplitPanelSplitterWidth.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/ClippedComponentsInTable.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/ColumnCollapsingAndColumnExpansion.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/ColumnExpandRatio.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/ColumnExpandWithFixedColumns.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/ContainerSizeChange.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/LabelEmbeddedClickThroughForTable.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/MissingScrollbar.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/PropertyValueChange.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/RowAdditionTest.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TableLastRowMissing.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TablePageLengthUpdate.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TableRowHeight.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TableRowHeight2.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TableRowHeight3.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TableVisibleColumnsUpdate.html [new file with mode: 0644]
src/com/vaadin/tests/components/table/TextFieldRelativeWidth.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/AddAndRemoveTabs.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/PreventTabChange.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/RemoveTabsTabsheet.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/TabSheetCaptions.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/TabSheetCaptions.java
src/com/vaadin/tests/components/tabsheet/TabSheetDisabling.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/TabSheetIcons.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/TabSheetIcons.java
src/com/vaadin/tests/components/tabsheet/TabSheetWithoutTabCaption.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/TabsheetTooltip.html [new file with mode: 0644]
src/com/vaadin/tests/components/tabsheet/VerticalScrollbarPosition.html [new file with mode: 0644]
src/com/vaadin/tests/components/tree/TreeNodeCaptionWrapping.html [new file with mode: 0644]
src/com/vaadin/tests/components/window/CenteredWindowWithUndefinedSize.html [new file with mode: 0644]
src/com/vaadin/tests/components/window/EmbeddedInSubWindow.html [new file with mode: 0644]
src/com/vaadin/tests/components/window/SubwindowInvalidLayout.html [new file with mode: 0644]
src/com/vaadin/tests/components/window/TestTooSmallSubwindowSize.html [new file with mode: 0644]
src/com/vaadin/tests/components/window/UndefinedWidthSubWindow.html [new file with mode: 0644]
src/com/vaadin/tests/components/window/WindowShouldRemoveActionHandler.html [new file with mode: 0644]
tests/test.xml