summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
diff options
context:
space:
mode:
authorwplong11 <wplong11@naver.com>2017-03-20 21:06:20 +0900
committerRui Marinho <me@ruimarinho.net>2017-03-20 12:06:20 +0000
commitf98e1525c15ca77ec9840c2b5c8020b1b320b141 (patch)
tree46bbe9afc82c275da3828f486dcf63821f7e2a0a /Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
parentce068193286c5fcebe3fe01fd5edfbbac88e4058 (diff)
downloadxamarin-forms-f98e1525c15ca77ec9840c2b5c8020b1b320b141.tar.gz
xamarin-forms-f98e1525c15ca77ec9840c2b5c8020b1b320b141.tar.bz2
xamarin-forms-f98e1525c15ca77ec9840c2b5c8020b1b320b141.zip
[Core] Fix internal children clear logic (#820)
* Fix InternalChildren clear logic * Improve InternalChildren clear logic * Add test code to verify InternalChildren clear logic * Add missing test cases * Improve time complexity of clear logic * Fix the test case where InvalidOperationException occurs. * Correct the name casing of the test case * Modify a wrong test code
Diffstat (limited to 'Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj')
-rw-r--r--Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj b/Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
index 243cbce3..8727b984 100644
--- a/Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
+++ b/Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
@@ -80,6 +80,8 @@
<Compile Include="ColorUnitTests.cs" />
<Compile Include="CommandSourceTests.cs" />
<Compile Include="CommandTests.cs" />
+ <Compile Include="TemplatedViewUnitTests.cs" />
+ <Compile Include="TemplatedPageUnitTests.cs" />
<Compile Include="ContentFormUnitTests.cs" />
<Compile Include="ContraintTypeConverterTests.cs" />
<Compile Include="ControlTemplateTests.cs" />