Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-07-21 21:13:51 +0000
committerCurtis D'Entremont2006-07-21 21:13:51 +0000
commit31f94b3f34c07196181428a5567707901bc8eb6d (patch)
tree20606afe550f38a8e2b2ebd8054331b3009429b8 /org.eclipse.ua.tests/data/help/search
parent7c3f41331c64e14f826fafc0070539942e21c62b (diff)
downloadeclipse.platform.ua-31f94b3f34c07196181428a5567707901bc8eb6d.tar.gz
eclipse.platform.ua-31f94b3f34c07196181428a5567707901bc8eb6d.tar.xz
eclipse.platform.ua-31f94b3f34c07196181428a5567707901bc8eb6d.zip
122967 [Help] Remote help system (toc provider part)
Diffstat (limited to 'org.eclipse.ua.tests/data/help/search')
-rw-r--r--org.eclipse.ua.tests/data/help/search/extraDir2/extraDoc.htm18
-rw-r--r--org.eclipse.ua.tests/data/help/search/extraDir3/extraDoc.htm18
-rw-r--r--org.eclipse.ua.tests/data/help/search/toc2.xml2
-rw-r--r--org.eclipse.ua.tests/data/help/search/toc3.xml6
-rw-r--r--org.eclipse.ua.tests/data/help/search/toc4.xml6
5 files changed, 50 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/search/extraDir2/extraDoc.htm b/org.eclipse.ua.tests/data/help/search/extraDir2/extraDoc.htm
new file mode 100644
index 000000000..e57457f10
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/extraDir2/extraDoc.htm
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>extraDoc.htm</title>
+</head>
+<body>
+
+This is a test document to make sure search finds hits in documents that are
+not in the table of contents, but instead in the extraDir specified for
+a TOC.
+
+The test searches for this unique string:
+kleoiujfpn
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/help/search/extraDir3/extraDoc.htm b/org.eclipse.ua.tests/data/help/search/extraDir3/extraDoc.htm
new file mode 100644
index 000000000..98e70ccdd
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/extraDir3/extraDoc.htm
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>extraDoc.htm</title>
+</head>
+<body>
+
+This is a test document to make sure search finds hits in documents that are
+not in the table of contents, but instead in the extraDir specified for
+a TOC.
+
+The test searches for this unique string:
+fuqnejwmfh
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/help/search/toc2.xml b/org.eclipse.ua.tests/data/help/search/toc2.xml
index 5e03ee6e9..d86c2617f 100644
--- a/org.eclipse.ua.tests/data/help/search/toc2.xml
+++ b/org.eclipse.ua.tests/data/help/search/toc2.xml
@@ -3,4 +3,6 @@
<toc label="Search test TOC2 (with extraDir)">
<topic label="test8.htm" href="data/help/search/test8.htm"/>
+ <anchor id="toc2Anchor"/>
+ <link toc="data/help/search/toc4.xml"/>
</toc>
diff --git a/org.eclipse.ua.tests/data/help/search/toc3.xml b/org.eclipse.ua.tests/data/help/search/toc3.xml
new file mode 100644
index 000000000..ab1f6f68c
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/toc3.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Search test TOC3 (with extraDir)" link_to="data/help/search/toc2.xml#toc2Anchor">
+ <topic label="test8.htm" href="data/help/search/test8.htm"/>
+</toc>
diff --git a/org.eclipse.ua.tests/data/help/search/toc4.xml b/org.eclipse.ua.tests/data/help/search/toc4.xml
new file mode 100644
index 000000000..abe79718c
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/toc4.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Search test TOC3 (with extraDir)" link_to="toc2.xml#toc2Anchor">
+ <topic label="test8.htm" href="data/help/search/test8.htm"/>
+</toc>

Back to the top