mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
f037b7ae7a
commit
f61d2f53c6
@ -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;
|
||||
}
|
||||
|
@ -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"
|
@ -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'
|
Loading…
Reference in New Issue
Block a user