diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2008-01-04 08:03:05 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2008-01-04 08:03:05 +0000 |
commit | bed8f33134995faf2f5b146fb227ad7111300c96 (patch) | |
tree | ffab8d1c9dd4a10a415c0d21f0094bb52da2e13d /WebContent/WEB-INF | |
parent | 44f280461585b28278a222ced0e9ea4b0f59b903 (diff) | |
download | vaadin-framework-bed8f33134995faf2f5b146fb227ad7111300c96.tar.gz vaadin-framework-bed8f33134995faf2f5b146fb227ad7111300c96.zip |
Fixed testing tools notation.
svn changeset:3355/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index f1a7ac9f57..85f4e2b42c 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -21,7 +21,7 @@ <!-- Undefined, use default URI for Testing Tools Server <context-param> <param-name>testingToolsServerUri</param-name> - <param-value>http://localhost:8080/TestingTools/</param-value> + <param-value>http://localhost:8080/TestingTools/TestingToolsServer</param-value> <description>IT Mill Testing Tools URI</description> </context-param> --> |