diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-06 10:18:56 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-06 10:20:42 +0300 |
commit | adbbf9704e478df135c0a693dcda31a9cca1e7ab (patch) | |
tree | 2a1b6da34ee9c84d03c324780f90b0b29f4bf633 /uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java | |
parent | 4d2031b1278ae78be7b35ae1e27971b98524ee91 (diff) | |
download | vaadin-framework-adbbf9704e478df135c0a693dcda31a9cca1e7ab.tar.gz vaadin-framework-adbbf9704e478df135c0a693dcda31a9cca1e7ab.zip |
Rename DeploymentConfiguration -> VaadinService (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java b/uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java index 45552df39c..c102291b50 100644 --- a/uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java +++ b/uitest/src/com/vaadin/tests/resources/NonExistingFileResource.java @@ -27,7 +27,7 @@ public class NonExistingFileResource extends TestBase { @Override public void buttonClick(ClickEvent event) { FileResource res = new FileResource(new File(CurrentInstance - .get(WrappedRequest.class).getDeploymentConfiguration() + .get(WrappedRequest.class).getVaadinService() .getBaseDirectory() + "/" + filename)); getMainWindow().open(res); |