summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-02 22:01:57 +0100
committerStephane Delcroix <stephane@delcroix.org>2016-12-02 22:02:22 +0100
commit9dc9cca9c30f7b027be3089cb5b9d8a6daa24abb (patch)
tree7ff6831feede133af9d76e9900f20d07375b1d07 /Xamarin.Forms.Xaml.UnitTests
parent4df66d139f8128486b3e34e1c206413abd1babd5 (diff)
downloadxamarin-forms-9dc9cca9c30f7b027be3089cb5b9d8a6daa24abb.tar.gz
xamarin-forms-9dc9cca9c30f7b027be3089cb5b9d8a6daa24abb.tar.bz2
xamarin-forms-9dc9cca9c30f7b027be3089cb5b9d8a6daa24abb.zip
fix build
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml.cs b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml.cs
index a661e3da..60c61b71 100644
--- a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml.cs
+++ b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml.cs
@@ -52,12 +52,10 @@ namespace Xamarin.Forms.Xaml.UnitTests
[TestCase(false)]
public void IValueConverterOnBindings(bool useCompiledXaml)
{
- if (useCompiledXaml)
- MockCompiler.Compile(typeof(Bz47703));
var page = new Bz47703(useCompiledXaml);
page.BindingContext = new { Name = "Foo" };
Assert.AreEqual("Label:Foo", page.view.Text);
}
}
}
-} \ No newline at end of file
+}