summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-12-16 08:39:16 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-12-16 08:39:16 +0000
commitc2d49ed23eb282b577f9e251700f83af4157eb45 (patch)
tree4fab1e6c16795908221c76a7bc512ab27e2a4755 /WebContent/WEB-INF
parent5f217a00705c8a912ee4ea245866d5a3703d19df (diff)
downloadvaadin-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.xml4
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>