]> source.dussan.org Git - vaadin-framework.git/commit
Merged test changes from 6.1
authorArtur Signell <artur.signell@itmill.com>
Tue, 15 Sep 2009 08:06:31 +0000 (08:06 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 15 Sep 2009 08:06:31 +0000 (08:06 +0000)
commit30f5f0e698e80c3172c863e0a4e92a3b672d65a7
treee3825240e8e46cb48f79740eb33d44f8e7482e60
parent8047da6591865600508e28ba76990b913da4fff2
Merged test changes from 6.1

svn changeset:8789/svn branch:6.2
68 files changed:
build/build.xml
build/package/WebContent/WEB-INF/web.xml
src/com/vaadin/tests/components/HierarchicalContainerSorting.java [new file with mode: 0644]
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/ModifyContainerProperty.java [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