diff --git a/docs/html/guide/topics/testing/contentprovider_testing.jd b/docs/html/guide/topics/testing/contentprovider_testing.jd index 893b5c9b43299..279e34715aa40 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 42a9db59f1f72..b75656f143925 100644 --- a/docs/html/guide/topics/testing/index.jd +++ b/docs/html/guide/topics/testing/index.jd @@ -61,12 +61,6 @@ page.title=Testing

    Samples