Skip to content

Commit

Permalink
update links from flutter#24766 (flutter#24818)
Browse files Browse the repository at this point in the history
  • Loading branch information
xster authored Mar 10, 2021
1 parent dcb57f0 commit 620b9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shell/platform/android/robolectric.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Match the value at shell/platform/android/embedding_bundle/build.gradle.
# Match the value at tools/cipd/android_embedding_bundle/build.gradle.
# TODO(https://github.com/flutter/flutter/issues/57655): figure out
# what's wrong with sdk=29.
sdk=28
6 changes: 3 additions & 3 deletions shell/platform/android/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ integration tests in other repos.
`shell/platform/android/**test**/io/flutter/util/Preconditions**Test**.java`.
2. Add your file to the `sources` of the `robolectric_tests` build target in
`/shell/platform/android/BUILD.gn`. This compiles the test class into the
test jar.
test jar.
3. Import your test class and add it to the `@SuiteClasses` annotation in
`FlutterTestSuite.java`. This makes sure the test is actually executed at
run time.
Expand All @@ -25,8 +25,8 @@ integration tests in other repos.

### My new test won't run. There's a "ClassNotFoundException".

See [Updating Embedding Dependencies](../embedding_bundle).
See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).

### My new test won't compile. It can't find one of my imports.

See [Updating Embedding Dependencies](../embedding_bundle).
See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).

0 comments on commit 620b9e4

Please sign in to comment.