зеркало из https://github.com/DeGsoft/maui-linux.git
fix test for 4215
This commit is contained in:
Родитель
03d00c5605
Коммит
3544bed1a5
|
@ -44,7 +44,7 @@ namespace Xamarin.Forms.Xaml.UnitTests
|
|||
[TestCase(true), TestCase(false)]
|
||||
public void AvoidAmbiguousMatch(bool useCompiledXaml)
|
||||
{
|
||||
var layout = new Gh4215();
|
||||
var layout = new Gh4215(useCompiledXaml);
|
||||
Assert.DoesNotThrow(() => layout.BindingContext = new Gh4215VM());
|
||||
Assert.That(layout.l0.Text, Is.EqualTo("foo"));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче