diff options
| author | Joe Malin <jmalin@google.com> | 2010-05-07 21:30:44 -0700 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2010-05-11 11:25:23 -0700 |
| commit | 5e17347a275e2d8bade4dd4a2196a111a33a1f28 (patch) | |
| tree | bbd6921597a5568657b9f6977cef16252f1c2351 /docs/html/guide/guide_toc.cs | |
| parent | a27579016caf1438400a3637e3896bec653e3756 (diff) | |
| download | frameworks_base-5e17347a275e2d8bade4dd4a2196a111a33a1f28.zip frameworks_base-5e17347a275e2d8bade4dd4a2196a111a33a1f28.tar.gz frameworks_base-5e17347a275e2d8bade4dd4a2196a111a33a1f28.tar.bz2 | |
Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride.
Change-Id: I0da7ebb8040013611ba9269bc303e4b8197033aa
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
| -rw-r--r-- | docs/html/guide/guide_toc.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 31d9f1a..2277501 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -275,6 +275,25 @@ <span class="en">Debugging Tasks</span> </a></li> <li class="toggle-list"> + <div> + <a href="<?cs var:toroot ?>guide/developing/testing/index.html"> + <span class="en">Testing</span> + </a> <span class="new">new!</span> + </div> + <ul> + <li> + <a href="<?cs var:toroot ?>guide/developing/testing/testing_eclipse.html"> + <span class="en">Testing in Eclipse, with ADT</span> + </a> <span class="new">new!</span> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/testing/testing_otheride.html"> + <span class="en">Testing in Other IDEs</span> + </a> <span class="new">new!</span> + </li> + </ul> + </li> + <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/developing/tools/index.html"> <span class="en">Tools</span> </a></div> |
