ADT #1715616: "New Android Test Project" wizard.
Also updates eclipse/changes.txt
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
android:versionName="1.0">
|
||||
<application android:icon="@drawable/icon" android:label="APPLICATION_NAME">
|
||||
ACTIVITIES
|
||||
TEST-USES-LIBRARY
|
||||
</application>
|
||||
USES-SDK
|
||||
TEST-INSTRUMENTATION
|
||||
</manifest>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.InstrumentationTestRunner" />
|
||||
@@ -0,0 +1 @@
|
||||
<uses-library android:name="android.test.runner" />
|
||||
Reference in New Issue
Block a user