diff options
author | Artur Signell <artur@vaadin.com> | 2014-07-30 11:59:51 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-05 09:56:57 +0000 |
commit | 303db6bcd83d052d2d8b11f1422078fa5473187e (patch) | |
tree | bbb208d4b8659eace9dfba2839d9231d527eaa89 /WebContent/statictestfiles | |
parent | 53e65246b66f0478f8313858d86eaeb206d0ed36 (diff) | |
download | vaadin-framework-303db6bcd83d052d2d8b11f1422078fa5473187e.tar.gz vaadin-framework-303db6bcd83d052d2d8b11f1422078fa5473187e.zip |
Make test work when not in root context
Change-Id: I26ed26da63969d3798b543fb3b55ddb92e07b32c
Diffstat (limited to 'WebContent/statictestfiles')
-rw-r--r-- | WebContent/statictestfiles/PopupViewInEmbeddedApplication.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html b/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html index 613bb2cd41..cb317dd755 100644 --- a/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html +++ b/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html @@ -11,7 +11,7 @@ </head> <body> - <script type="text/javascript" src="/VAADIN/vaadinBootstrap.js"></script> + <script type="text/javascript" src="../VAADIN/vaadinBootstrap.js"></script> <p>This is a static web page that contains an embedded Vaadin |