Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r--org.eclipse.ua.tests/data/help/search/test6.xhtml4
-rw-r--r--org.eclipse.ua.tests/data/help/search/testProvider.xhtml16
2 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/search/test6.xhtml b/org.eclipse.ua.tests/data/help/search/test6.xhtml
index c0f521687..e65165195 100644
--- a/org.eclipse.ua.tests/data/help/search/test6.xhtml
+++ b/org.eclipse.ua.tests/data/help/search/test6.xhtml
@@ -15,6 +15,10 @@ There paragraph below should be replaced by another paragraph from test3.xhtml:
This is the paragraph from test6.xhtml that should be replaced with one from
test3.xhtml. If you're seeing this then it's not working. bheufnjefa
</p>
+<p id="test6_paragraph_to_replace2">
+This is the paragraph from test6.xhtml that should be replaced with one from
+testProvider.xhtml. If you're seeing this then it's not working. bheufnjefb
+</p>
</body>
</html>
diff --git a/org.eclipse.ua.tests/data/help/search/testProvider.xhtml b/org.eclipse.ua.tests/data/help/search/testProvider.xhtml
new file mode 100644
index 000000000..6cac36f46
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/testProvider.xhtml
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>testProvider.xhtml</title>
+</head>
+
+<body>
+
+<p id="testProvider_paragraph">
+This paragraph is to be included into other docs. ausjduehf
+</p>
+
+</body>
+</html>

Back to the top