From 9bf45a00752f84037dcf1aba79e76542b4d4ed22 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 3 Feb 2011 18:46:45 -0800 Subject: Finish the app fundamentals rewrite by updating the side nav and resolving links in the dev guide Also move the app fundamentals document back to fundamentals.jd TODO: resolve links in the javadocs Change-Id: Ia3c81a83bf7fe75f7942fd41bfb1d626ee72d5d9 --- docs/html/guide/topics/testing/service_testing.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/html/guide/topics/testing') diff --git a/docs/html/guide/topics/testing/service_testing.jd b/docs/html/guide/topics/testing/service_testing.jd index 3979f3c..7788477 100644 --- a/docs/html/guide/topics/testing/service_testing.jd +++ b/docs/html/guide/topics/testing/service_testing.jd @@ -56,8 +56,8 @@ page.title=Service Testing

This document describes techniques for testing Service objects. If you aren't familiar with the - Service class, please read - Application Fundamentals. If you aren't familiar with Android testing, please read + Service class, please read the + Services document. If you aren't familiar with Android testing, please read Testing Fundamentals, the introduction to the Android testing and instrumentation framework.

-- cgit v1.1