Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-10-14 23:27:50 +0000
committerChris Goldthorpe2009-10-14 23:27:50 +0000
commitab0e1811a5102f85e4f531535d32519271680efc (patch)
treea44201556fa4daba8e0cffc38ee694c06d681bac /org.eclipse.ua.tests/plugin.xml
parent87924388fa0a9ef46631353c3473f1418f3ccd91 (diff)
downloadeclipse.platform.ua-ab0e1811a5102f85e4f531535d32519271680efc.tar.gz
eclipse.platform.ua-ab0e1811a5102f85e4f531535d32519271680efc.tar.xz
eclipse.platform.ua-ab0e1811a5102f85e4f531535d32519271680efc.zip
Add tests for remote Toc
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 709c22fe2..62a0fbc44 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -576,6 +576,11 @@
class="org.eclipse.ua.tests.help.remote.MockSearchServlet"
httpcontextId="uaTest">
</servlet>
+ <servlet
+ alias="/toc"
+ class="org.eclipse.ua.tests.help.remote.MockTocServlet"
+ httpcontextId="uaTest">
+ </servlet>
<serviceSelector
filter="(other.info=org.eclipse.ua.tests)">

Back to the top