Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-05-18 21:55:52 +0000
committerChris Goldthorpe2009-05-18 21:55:52 +0000
commit467384c42510bc4934007746f2a37f39f6fa2c7c (patch)
treecf6f1f2de3abd1df1c21f3ee4adaf11a63996baf /org.eclipse.ua.tests/data/help/toc/filteredToc
parent5fb7e664f1c8879eb5c700fc078602eccd38fa1d (diff)
downloadeclipse.platform.ua-467384c42510bc4934007746f2a37f39f6fa2c7c.tar.gz
eclipse.platform.ua-467384c42510bc4934007746f2a37f39f6fa2c7c.tar.xz
eclipse.platform.ua-467384c42510bc4934007746f2a37f39f6fa2c7c.zip
Bug 276782 – [Test] Update non automated tests for Eclipse 3.5
Diffstat (limited to 'org.eclipse.ua.tests/data/help/toc/filteredToc')
-rw-r--r--org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml5
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>

Back to the top