diff options
Diffstat (limited to 'docs/html/guide/topics/testing/contentprovider_testing.jd')
-rw-r--r-- | docs/html/guide/topics/testing/contentprovider_testing.jd | 4 |
1 files changed, 1 insertions, 3 deletions
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 <a href="{@docRoot}resources/samples/NotePad/index.html">Note Pad</a> 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, - <a href="{@docRoot}resources/samples/NotePadTest/index.html"> Note Pad Test</a>, has - unit tests for two of these URIs. + displaying notes in a live folder. </li> <li> Test invalid URIs: Your unit tests should deliberately call the provider with an |