diff options
Diffstat (limited to 'org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml')
-rw-r--r-- | org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml b/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml index 0154e3a75..86fb3b61a 100644 --- a/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml +++ b/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml @@ -95,10 +95,11 @@ <!-- should never appear --> <topic filter="activity=invalid" label="The activity invalid is enabled" href="data/help/toc/filteredToc/simple_page.html"/> <topic - label="Non filtered topic with children"> + label="Non filtered topic with children and custom icon" icon="org.eclipse.ua.tests.iconSet"> <topic href="data/help/toc/filteredToc/filterChild.html" - label="Child of non filtered topic"> + label="Child of non filtered topic with custom icon" + icon="org.eclipse.ua.tests.iconSet"> </topic> </topic> </toc> |