From 24fed74a34bb0b4dc35d0a86c2b99991fa86c848 Mon Sep 17 00:00:00 2001 From: Joe Malin Date: Mon, 25 Oct 2010 15:55:13 -0700 Subject: Doc Change: Revert NotePad sample test package Change-Id: I68a1b6f9cd64a86c5a8fa6657559f47a89162b37 --- docs/html/guide/topics/testing/contentprovider_testing.jd | 4 +--- docs/html/guide/topics/testing/index.jd | 6 ------ docs/html/guide/topics/testing/testing_android.jd | 6 ------ 3 files changed, 1 insertion(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/html/guide/topics/testing/contentprovider_testing.jd b/docs/html/guide/topics/testing/contentprovider_testing.jd index 893b5c9..279e347 100644 --- a/docs/html/guide/topics/testing/contentprovider_testing.jd +++ b/docs/html/guide/topics/testing/contentprovider_testing.jd @@ -169,9 +169,7 @@ page.title=Content Provider Testing Note Pad sample, for example, features a provider that offers one URI for retrieving a list of notes, another for retrieving an individual note by it's database ID, and a third for - displaying notes in a live folder. The sample test package for Note Pad, - Note Pad Test, has - unit tests for two of these URIs. + displaying notes in a live folder.
  • Test invalid URIs: Your unit tests should deliberately call the provider with an diff --git a/docs/html/guide/topics/testing/index.jd b/docs/html/guide/topics/testing/index.jd index 42a9db5..b75656f 100644 --- a/docs/html/guide/topics/testing/index.jd +++ b/docs/html/guide/topics/testing/index.jd @@ -62,12 +62,6 @@ page.title=Testing

    Samples