Rename integration_tests/external_ui but do not touch anything else... (#142238)

Part of https://github.com/flutter/flutter/issues/142178.
This commit is contained in:
Matan Lurey 2024-01-25 13:08:16 -08:00 committed by GitHub
parent f037b7ae7a
commit f61d2f53c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
28 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ TaskFunction createIntegrationTestFlavorsTest({Map<String, String>? environment}
TaskFunction createExternalUiFrameRateIntegrationTest() {
return DriverTest(
'${flutterDirectory.path}/dev/integration_tests/external_ui',
'${flutterDirectory.path}/dev/integration_tests/external_textures',
'lib/frame_rate_main.dart',
).call;
}

View File

@ -9,7 +9,7 @@ found in the LICENSE file. -->
<application
android:name="${applicationName}"
android:label="external_ui">
android:label="external_textures">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"

View File

@ -1,5 +1,5 @@
name: external_ui
description: A test of Flutter integrating external UIs.
name: external_textures
description: A test of Flutter integrating external textures.
environment:
sdk: '>=3.2.0-0 <4.0.0'