forked from aws-amplify/aws-sdk-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: maintain a strategic set of instrumentation tests (aws-amplify…
…#1888) The cost of maintaining instrumentation tests for code-generated SDKs has been high. We have not been able to adequately maintain this code. So that we can focus on higher code quality, we will maintain only seven strategicly chosen test suites: 1. aws-android-sdk-apigateway-test 2. aws-android-sdk-cognitoidentityprovider-test 3. aws-android-sdk-core-test 4. aws-android-sdk-iot-test 5. aws-android-sdk-mobile-client-test 6. aws-android-sdk-pinpoint-test 7. aws-android-sdk-s3-test aws-android-sdk-mobile-client-test and aws-android-sdk-iot-test are new modules, which have been created by splitting out the contents of aws-android-sdk-mobile-client/src/androidTest and aws-android-sdk-iot/src/androidTest. All other suites have been removed from the project.
- Loading branch information
1 parent
16b1674
commit 4be890c
Showing
315 changed files
with
4,116 additions
and
27,127 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
android.useNewApkCreator=false | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.amazonaws.apigatewaytest" > | ||
package="com.amazonaws.mobileconnectors.apigateway.test" > | ||
<uses-permission android:name="android.permission.INTERNET"/> | ||
</manifest> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.