summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2007-11-07 18:56:20 +0000
committerMarko Grönroos <magi@iki.fi>2007-11-07 18:56:20 +0000
commitfa9dc06d321eb2059f533ec5103b907ce8766450 (patch)
tree4a20ea68945a038ee81c6899ecf0d031c6884149 /WebContent
parentba0a10608cfb25c1fbf1cb71a01fad6dc8a81010 (diff)
downloadvaadin-framework-fa9dc06d321eb2059f533ec5103b907ce8766450.tar.gz
vaadin-framework-fa9dc06d321eb2059f533ec5103b907ce8766450.zip
Added personal testbench.
svn changeset:2742/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/tests-magi/styles.css3
-rw-r--r--WebContent/WEB-INF/web.xml14
2 files changed, 17 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/tests-magi/styles.css b/WebContent/ITMILL/themes/tests-magi/styles.css
new file mode 100644
index 0000000000..aea758a435
--- /dev/null
+++ b/WebContent/ITMILL/themes/tests-magi/styles.css
@@ -0,0 +1,3 @@
+#itmill-ajax-window {
+ background: white;
+}
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 79de882d05..2d7646ef80 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -305,6 +305,15 @@
<param-value>com.itmill.toolkit.demo.NotificationDemo</param-value>
</init-param>
</servlet>
+
+ <servlet>
+ <servlet-name>MagiTestServlet</servlet-name>
+ <servlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationServlet</servlet-class>
+ <init-param>
+ <param-name>application</param-name>
+ <param-value>com.itmill.toolkit.tests.magi.MagiTestApplication</param-value>
+ </init-param>
+ </servlet>
<servlet-mapping>
@@ -448,6 +457,11 @@
<url-pattern>/NotificationDemo/*</url-pattern>
</servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>MagiTestServlet</servlet-name>
+ <url-pattern>/testbench2/*</url-pattern>
+ </servlet-mapping>
+
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>