OSDN Git Service

Fix ADT test data references.
authorBrett Chabot <brettchabot@android.com>
Tue, 3 Nov 2009 20:29:42 +0000 (12:29 -0800)
committerBrett Chabot <brettchabot@android.com>
Tue, 3 Nov 2009 20:34:46 +0000 (12:34 -0800)
commit0cb9dbea5addbc04fcc8908d456c96a1994b45bf
tree40a487f3fe30ace8e39e85ecc94f05bf1ccab16a
parent5694c5984d855f2c454ae50022b311d66f5c849c
Fix ADT test data references.

- Remove reference to ADT from sdklib tests.
- Move ADT test data to be closer to their test classes, and to make it obvious
this data is only for ADT unit tests.
14 files changed:
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/AdtTestData.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/AndroidManifestParserTest.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/AttrsXmlParserTest.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/AndroidJarLoaderTest.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/LayoutParamsParserTest.java
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/AndroidManifest-instrumentation.xml [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/AndroidManifest-instrumentation.xml with 100% similarity]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/AndroidManifest-testapp.xml [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/AndroidManifest-testapp.xml with 100% similarity]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/jar_example.jar [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/jar_example.jar with 100% similarity]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/jar_example.jardesc [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/jar_example.jardesc with 100% similarity]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/mock_attrs.xml [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/mock_attrs.xml with 100% similarity]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/button.9.png [deleted file]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/layout1.xml [deleted file]
sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/TestSdkRepository.java
sdkmanager/libs/sdklib/tests/com/android/sdklib/testdata/repository_sample.xml [moved from eclipse/plugins/com.android.ide.eclipse.tests/unittests/data/repository_sample.xml with 100% similarity]