diff options
author | Chris Goldthorpe | 2009-10-13 19:41:39 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2009-10-13 19:41:39 +0000 |
commit | bd70108ccf37497730eeab99dc16314969cb61e5 (patch) | |
tree | f00e3c483034c0a2babf9a59db076f73dbfe1a20 /org.eclipse.ua.tests/data/help | |
parent | 25d2672149406126d87c796a9b38665933996312 (diff) | |
download | eclipse.platform.ua-bd70108ccf37497730eeab99dc16314969cb61e5.tar.gz eclipse.platform.ua-bd70108ccf37497730eeab99dc16314969cb61e5.tar.xz eclipse.platform.ua-bd70108ccf37497730eeab99dc16314969cb61e5.zip |
Add TocServletTest
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r-- | org.eclipse.ua.tests/data/help/toc/filteredToc/nonPrimaryToc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/toc/filteredToc/nonPrimaryToc.xml b/org.eclipse.ua.tests/data/help/toc/filteredToc/nonPrimaryToc.xml new file mode 100644 index 000000000..23defd251 --- /dev/null +++ b/org.eclipse.ua.tests/data/help/toc/filteredToc/nonPrimaryToc.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<toc label="Non primary toc"> + <topic href="data/help/index/topic1.html" label="Topic"> + </topic> +</toc> |