]> source.dussan.org Git - vaadin-framework.git/commit
Added new ui theme testing application
authorJohn Ahlroos <john@vaadin.com>
Tue, 11 Sep 2012 10:37:36 +0000 (13:37 +0300)
committerJohn Ahlroos <john@vaadin.com>
Tue, 11 Sep 2012 10:40:00 +0000 (13:40 +0300)
commita944737277bfcbe2f90f8bc5b6a55febd25bf80e
tree336debb1755fbe13f4d2ce2a207a7f079b665640
parent5933b94b77f5db1099bc06d5d31c6d9a16890b3a
Added new ui theme testing application
20 files changed:
uitest/src/com/vaadin/tests/components/uitest/TestSampler.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/ThemeTestUI.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/AccordionsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/ButtonsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/DatesCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/EmbeddedCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/FormsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/LabelsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/LayoutsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/NotificationsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/SelectsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/SlidersCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/TabSheetsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/TablesCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/TextFieldsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/TreeCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/TreeTableCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/UploadCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/components/WindowsCssTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/uitest/reindeer_theme_test.html [new file with mode: 0644]