Skip to content

Commit db25540

Browse files
Reverts "Reverts "Rename integration_tests/external_ui but do not touch anything else..."" (#142268)
Reverts #142265 Initiated by: matanlurey This change reverts the following previous change: Original Description: Reverts #142238 Initiated by: eliasyishak This change reverts the following previous change: Original Description: Part of #142178.
1 parent f8544df commit db25540

File tree

28 files changed

+4
-4
lines changed

28 files changed

+4
-4
lines changed

dev/devicelab/lib/tasks/integration_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TaskFunction createIntegrationTestFlavorsTest({Map<String, String>? environment}
4242

4343
TaskFunction createExternalUiFrameRateIntegrationTest() {
4444
return DriverTest(
45-
'${flutterDirectory.path}/dev/integration_tests/external_ui',
45+
'${flutterDirectory.path}/dev/integration_tests/external_textures',
4646
'lib/frame_rate_main.dart',
4747
).call;
4848
}
File renamed without changes.

dev/integration_tests/external_ui/android/app/src/main/AndroidManifest.xml renamed to dev/integration_tests/external_textures/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ found in the LICENSE file. -->
99

1010
<application
1111
android:name="${applicationName}"
12-
android:label="external_ui">
12+
android:label="external_textures">
1313
<activity
1414
android:name=".MainActivity"
1515
android:launchMode="singleTop"

0 commit comments

Comments
 (0)