OSDN Git Service

Refactor the manifest parser test in the correct package.
authorXavier Ducrohet <xav@android.com>
Mon, 17 May 2010 21:35:48 +0000 (14:35 -0700)
committerXavier Ducrohet <xav@android.com>
Mon, 17 May 2010 22:09:13 +0000 (15:09 -0700)
commita51d4ddc3cc08e445eb426a6a6108fad3fa842b9
tree2df98e71bd93ec4701e0009070c9c12548475b4d
parent1d196380ade34551da80a6b142792f7394d41733
Refactor the manifest parser test in the correct package.

And don't make it use the Parser Helper that's eclipse specific.

Also fixed the versionCode parsing (bug introduced in previous CL)

Change-Id: Ie472d7d6c4847e3fae660873cca7d71e801a2a34
sdkmanager/libs/sdklib/src/com/android/sdklib/xml/AndroidManifestParser.java
sdkmanager/libs/sdklib/tests/com/android/sdklib/testdata/AndroidManifest-instrumentation.xml [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/AndroidManifest-instrumentation.xml with 100% similarity]
sdkmanager/libs/sdklib/tests/com/android/sdklib/testdata/AndroidManifest-testapp.xml [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/AndroidManifest-testapp.xml with 100% similarity]
sdkmanager/libs/sdklib/tests/com/android/sdklib/xml/AndroidManifestParserTest.java [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/AndroidManifestParserTest.java with 83% similarity]