diff options
Diffstat (limited to 'docs/html/guide/developing/instrumentation/inst-framework.jd')
-rw-r--r-- | docs/html/guide/developing/instrumentation/inst-framework.jd | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/docs/html/guide/developing/instrumentation/inst-framework.jd b/docs/html/guide/developing/instrumentation/inst-framework.jd index 16f78bb..17eea61 100644 --- a/docs/html/guide/developing/instrumentation/inst-framework.jd +++ b/docs/html/guide/developing/instrumentation/inst-framework.jd @@ -50,7 +50,7 @@ For example, to start the Contacts application you can use <li> <code>adb install Contactstests.apk</code>: Installs the apk on the device. </li> <li> Use the adb shell <code>am</code> command to run them. </li> </ul> -<p> For options and other details, please see <a href="instrumentation_testing.html" target="_top">Instrumentation Testing</a>.</p> +<p> For options and other details, please see <a href="inst-testing.html">Instrumentation Testing</a>.</p> <a name="androidInstrumentationFrameworkTestCase"></a><h2>Exploring a Test Case</h2> @@ -137,33 +137,3 @@ E/AndroidRuntime( 688): ERROR: thread attach failed </pre> <p>It's possible that the instrumentation apk isn't installed on your device or that the package name is incorrect in the Manifest file. </p> - -<p><span class="lh2"><a name="androidFooter"></a></span> - - </div> - </div> - <!-- end gc-pagecontent --> - </div> - <!-- end gooey wrapper --> - </div> - <!-- end codesearchresults --> - <div id="gc-footer" dir="ltr"> - <div class="text"> ©2008 Google<!-- - <a href="/">Code Home</a> - <a href="http://www.google.com/accounts/TOS">Site Terms of Service</a> - <a href="http://www.google.com/privacy.html">Privacy Policy</a> - <a href="/more">Site Directory</a> --></div> - </div> - <!-- end gc-footer --> -</div> -<!-- end gc-containter --> -<script src="http://www.google-analytics.com/ga.js" type="text/javascript"> -</script> -<script type="text/javascript"> - try { - var pageTracker = _gat._getTracker("UA-18071-1"); - pageTracker._setAllowAnchor(true); - pageTracker._initData(); - pageTracker._trackPageview(); - } catch(e) {} -</script> -<div id="jd-build-id"> v0.3 - 9 June 2008</div> -</div></div></div></body> -</html> - |