]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use the proper template name
authorLeif Åstrand <leif@vaadin.com>
Wed, 18 Apr 2012 14:05:31 +0000 (17:05 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 18 Apr 2012 14:05:31 +0000 (17:05 +0300)
tests/testbench/com/vaadin/tests/components/customcomponent/CustomLayoutUsingTheme.java

index e8df335c7db056c220b32f428b819d8e5976e7a3..3e8b697cd7bf69bb9a0f57a4b94b255ed4889ee6 100644 (file)
@@ -18,7 +18,7 @@ public class CustomLayoutUsingTheme extends TestBase implements ClickListener {
     @Override
     protected void setup() {
         setTheme("tests-tickets");
-        layout = new CustomLayout("Ticket1775.html");
+        layout = new CustomLayout("Ticket1775");
         addComponent(layout);
         layout.addComponent(new TextField("Username"), "loginUser");
         layout.addComponent(new TextField("Password"), "loginPassword");