File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
src/Controls/tests/DeviceTests/Elements Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 33using System . ComponentModel ;
44using System . IO ;
55using System . Linq ;
6- using System . Runtime . Intrinsics . Arm ;
76using System . Text ;
87using System . Threading . Tasks ;
98using Android . Graphics . Drawables ;
Original file line number Diff line number Diff line change @@ -759,17 +759,6 @@ await InvokeOnMainThreadAsync(async () =>
759759 Assert . Equal ( expectedValue , nativeOpacityValue ) ;
760760 } ) ;
761761 }
762-
763- [ Fact ]
764- [ Description ( "Basic sanity check that Label text matches renderer text" ) ]
765- public async Task LabelTextMatchesRendererText ( )
766- {
767- var label = new Label { Text = "foo" } ;
768- var expected = label . Text ;
769- var handler = await CreateHandlerAsync < LabelHandler > ( label ) ;
770- var platformText = await InvokeOnMainThreadAsync ( ( ) => TextForHandler ( handler ) ) ;
771- Assert . Equal ( expected , platformText ) ;
772- }
773762 Color TextColor ( LabelHandler handler )
774763 {
775764#if __IOS__
Original file line number Diff line number Diff line change 77using Microsoft . Maui . Platform ;
88using Xunit ;
99using static Microsoft . Maui . DeviceTests . AssertHelpers ;
10- using System . ComponentModel ;
1110
1211namespace Microsoft . Maui . DeviceTests
1312{
You can’t perform that action at this time.
0 commit comments