summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-02-15 20:08:26 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-02-15 20:08:26 -0800
commitc35d0ee105a80ed4f3c749a9f12a23adc7791ddb (patch)
tree1e82d25a7e0334e6e8c7bd6614cffdc3431574a0 /docs
parentf0b4f1007935a724cd0cfa64520ac98ee68a2266 (diff)
parenta766a8bee24b46fdeea2cc891e6ce202d906245f (diff)
downloadframeworks_base-c35d0ee105a80ed4f3c749a9f12a23adc7791ddb.zip
frameworks_base-c35d0ee105a80ed4f3c749a9f12a23adc7791ddb.tar.gz
frameworks_base-c35d0ee105a80ed4f3c749a9f12a23adc7791ddb.tar.bz2
am a766a8be: docs: add breadcrumbs to testing docs
* commit 'a766a8bee24b46fdeea2cc891e6ce202d906245f': docs: add breadcrumbs to testing docs
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/testing/activity_testing.jd2
-rw-r--r--docs/html/guide/topics/testing/contentprovider_testing.jd2
-rw-r--r--docs/html/guide/topics/testing/service_testing.jd2
-rwxr-xr-xdocs/html/guide/topics/testing/testing_android.jd2
-rw-r--r--docs/html/guide/topics/testing/what_to_test.jd2
5 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/guide/topics/testing/activity_testing.jd b/docs/html/guide/topics/testing/activity_testing.jd
index 6392ad7..51121f4 100644
--- a/docs/html/guide/topics/testing/activity_testing.jd
+++ b/docs/html/guide/topics/testing/activity_testing.jd
@@ -1,4 +1,6 @@
page.title=Activity Testing
+parent.title=Testing
+parent.link=index.html
@jd:body
<div id="qv-wrapper">
diff --git a/docs/html/guide/topics/testing/contentprovider_testing.jd b/docs/html/guide/topics/testing/contentprovider_testing.jd
index e42e631..edaae8c 100644
--- a/docs/html/guide/topics/testing/contentprovider_testing.jd
+++ b/docs/html/guide/topics/testing/contentprovider_testing.jd
@@ -1,4 +1,6 @@
page.title=Content Provider Testing
+parent.title=Testing
+parent.link=index.html
@jd:body
<div id="qv-wrapper">
diff --git a/docs/html/guide/topics/testing/service_testing.jd b/docs/html/guide/topics/testing/service_testing.jd
index 7788477..eae8607 100644
--- a/docs/html/guide/topics/testing/service_testing.jd
+++ b/docs/html/guide/topics/testing/service_testing.jd
@@ -1,4 +1,6 @@
page.title=Service Testing
+parent.title=Testing
+parent.link=index.html
@jd:body
<div id="qv-wrapper">
diff --git a/docs/html/guide/topics/testing/testing_android.jd b/docs/html/guide/topics/testing/testing_android.jd
index 732524e..c8a3f6e 100755
--- a/docs/html/guide/topics/testing/testing_android.jd
+++ b/docs/html/guide/topics/testing/testing_android.jd
@@ -1,4 +1,6 @@
page.title=Testing Fundamentals
+parent.title=Testing
+parent.link=index.html
@jd:body
<div id="qv-wrapper">
diff --git a/docs/html/guide/topics/testing/what_to_test.jd b/docs/html/guide/topics/testing/what_to_test.jd
index e8a27da..99061df 100644
--- a/docs/html/guide/topics/testing/what_to_test.jd
+++ b/docs/html/guide/topics/testing/what_to_test.jd
@@ -1,4 +1,6 @@
page.title=What To Test
+parent.title=Testing
+parent.link=index.html
@jd:body
<p>
As you develop Android applications, knowing what to test is as important as knowing how to