diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/tickets/Ticket1975.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/tickets/Ticket1975.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/tickets/Ticket1975.java b/uitest/src/com/vaadin/tests/tickets/Ticket1975.java index 93ecf4b6eb..e2804e9c3c 100644 --- a/uitest/src/com/vaadin/tests/tickets/Ticket1975.java +++ b/uitest/src/com/vaadin/tests/tickets/Ticket1975.java @@ -48,8 +48,7 @@ public class Ticket1975 extends Application { })); File baseDir = CurrentInstance.get(WrappedRequest.class) - .getDeploymentConfiguration().getBaseDirectory() - .getAbsoluteFile(); + .getVaadinService().getBaseDirectory().getAbsoluteFile(); File f = new File(baseDir + "/VAADIN/themes/" + getTheme() + "/layouts/Ticket1975.html"); |