diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-12-16 08:39:16 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-12-16 08:39:16 +0000 |
commit | c2d49ed23eb282b577f9e251700f83af4157eb45 (patch) | |
tree | 4fab1e6c16795908221c76a7bc512ab27e2a4755 /WebContent/WEB-INF | |
parent | 5f217a00705c8a912ee4ea245866d5a3703d19df (diff) | |
download | vaadin-framework-c2d49ed23eb282b577f9e251700f83af4157eb45.tar.gz vaadin-framework-c2d49ed23eb282b577f9e251700f83af4157eb45.zip |
enhancements to TestBench, now fires test cases with #TICKETNRO + has shorter mapping in dev env
svn changeset:6222/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 7648e267fa..67c6042f83 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -464,6 +464,10 @@ <servlet-name>TestBench</servlet-name>
<url-pattern>/TestBench/*</url-pattern>
</servlet-mapping> + <servlet-mapping>
+ <servlet-name>TestBench</servlet-name>
+ <url-pattern>/t/*</url-pattern>
+ </servlet-mapping>
<servlet-mapping>
<servlet-name>Reservr</servlet-name>
|