]> source.dussan.org Git - vaadin-framework.git/commit
Fixed Grid details row height regression and refactored tests (#17423)
authorPekka Hyvönen <pekka@vaadin.com>
Thu, 23 Apr 2015 11:29:25 +0000 (14:29 +0300)
committerPekka Hyvönen <pekka@vaadin.com>
Mon, 27 Apr 2015 06:53:08 +0000 (06:53 +0000)
commit98f22b3a664034b655c08f7c20dbe4219052865b
tree4c772e5f94759f48c490630a9cc76430710061a2
parent0435a27fc9ed0e04f33d7b046e66f571ab4b09e0
Fixed Grid details row height regression and refactored tests (#17423)

Fixed regression caused by initial #17423 change
Refactored tests for Grid's details row and added @TestCategory("grid").

Change-Id: I0b68eb7d6650d16700104f76b00972483d615855
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/GridDetailsLocation.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridDetailsLocationTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridScrollToRowWithDetails.java [deleted file]
uitest/src/com/vaadin/tests/components/grid/GridScrollToRowWithDetailsTest.java [deleted file]