Unverified Commit db255409 authored by auto-submit[bot]'s avatar auto-submit[bot] Committed by GitHub

Reverts "Reverts "Rename `integration_tests/external_ui` but do not touch...

Reverts "Reverts "Rename `integration_tests/external_ui` but do not touch anything else..."" (#142268)

Reverts flutter/flutter#142265
Initiated by: matanlurey
This change reverts the following previous change:
Original Description:
Reverts flutter/flutter#142238
Initiated by: eliasyishak
This change reverts the following previous change:
Original Description:
Part of https://github.com/flutter/flutter/issues/142178.
parent f8544df0
...@@ -42,7 +42,7 @@ TaskFunction createIntegrationTestFlavorsTest({Map<String, String>? environment} ...@@ -42,7 +42,7 @@ TaskFunction createIntegrationTestFlavorsTest({Map<String, String>? environment}
TaskFunction createExternalUiFrameRateIntegrationTest() { TaskFunction createExternalUiFrameRateIntegrationTest() {
return DriverTest( return DriverTest(
'${flutterDirectory.path}/dev/integration_tests/external_ui', '${flutterDirectory.path}/dev/integration_tests/external_textures',
'lib/frame_rate_main.dart', 'lib/frame_rate_main.dart',
).call; ).call;
} }
......
...@@ -9,7 +9,7 @@ found in the LICENSE file. --> ...@@ -9,7 +9,7 @@ found in the LICENSE file. -->
<application <application
android:name="${applicationName}" android:name="${applicationName}"
android:label="external_ui"> android:label="external_textures">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:launchMode="singleTop" android:launchMode="singleTop"
......
name: external_ui name: external_textures
description: A test of Flutter integrating external UIs. description: A test of Flutter integrating external textures.
environment: environment:
sdk: '>=3.2.0-0 <4.0.0' sdk: '>=3.2.0-0 <4.0.0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment