diff options
author | Joe Malin <jmalin@google.com> | 2010-10-25 16:22:46 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-25 16:22:46 -0700 |
commit | 96bdc500104c3e162495a9bfcf90799467e45c3d (patch) | |
tree | d82b196b06dd6943d6e15ff6b8e9e5cb5be66349 /docs | |
parent | b2ddeee2d2a4151210a1a3b3cc8af90477fbee2b (diff) | |
parent | 5016df1cface59b04ad59d0fef29ea32dcad8d60 (diff) | |
download | frameworks_base-96bdc500104c3e162495a9bfcf90799467e45c3d.zip frameworks_base-96bdc500104c3e162495a9bfcf90799467e45c3d.tar.gz frameworks_base-96bdc500104c3e162495a9bfcf90799467e45c3d.tar.bz2 |
am 5016df1c: Merge "Doc Change: Revert NotePad sample test package" into gingerbread
Merge commit '5016df1cface59b04ad59d0fef29ea32dcad8d60' into gingerbread-plus-aosp
* commit '5016df1cface59b04ad59d0fef29ea32dcad8d60':
Doc Change: Revert NotePad sample test package
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/testing/contentprovider_testing.jd | 4 | ||||
-rw-r--r-- | docs/html/guide/topics/testing/index.jd | 6 | ||||
-rwxr-xr-x | docs/html/guide/topics/testing/testing_android.jd | 6 |
3 files changed, 1 insertions, 15 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 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 <h4>Samples</h4> <ul> <li> - <a href="{@docRoot}resources/samples/NotePadTest.html">Note Pad Test</a> is a test - package for the <a href="{@docRoot}resources/samples/NotePad.html">Note Pad</a> sample - application. It provides a simple example of unit testing - a {@link android.content.ContentProvider}. - </li> - <li> The <a href="{@docRoot}resources/samples/AlarmServiceTest.html">Alarm Service Test</a> is a test package for the <a href="{@docRoot}resources/samples/Alarm.html">Alarm</a> sample application. It provides a simple example of unit diff --git a/docs/html/guide/topics/testing/testing_android.jd b/docs/html/guide/topics/testing/testing_android.jd index 1d5f911..2a4c949 100755 --- a/docs/html/guide/topics/testing/testing_android.jd +++ b/docs/html/guide/topics/testing/testing_android.jd @@ -645,12 +645,6 @@ page.title=Testing Fundamentals more realistic application. </li> <li> - The sample test package - <a href="{@docRoot}resources/samples/NotePadTest">Note Pad Test</a> is an example of - testing a {@link android.content.ContentProvider}. It contains a set of unit tests for the - Note Pad sample application's {@link android.content.ContentProvider}. - </li> - <li> The sample test package <a href="{@docRoot}resources/samples/AlarmServiceTest"}> Alarm Service Test</a> is an example of testing a {@link android.app.Service}. It contains a set of unit tests for the Alarm Service sample application's {@link android.app.Service}. |