From 26fc4b0e6268e58d7694ccf87e57de59d3b6b9a1 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sun, 1 Jan 2017 19:59:28 +0100 Subject: [PATCH] debug when vc of ds newVal is null --- Tests/BasicTests.cs | 2 ++ Tests/Interfaces/TemplatedContainer/test_Listbox.crow | 4 ++-- src/CompilerServices/CompilerServices.cs | 10 ++++++++++ src/GraphicObjects/TemplatedGroup.cs | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Tests/BasicTests.cs b/Tests/BasicTests.cs index 1ae9094f..0533729d 100644 --- a/Tests/BasicTests.cs +++ b/Tests/BasicTests.cs @@ -129,6 +129,8 @@ namespace Tests //testFiles = new string [] { @"Interfaces/Unsorted/testFileDialog.crow" }; //testFiles = new string [] { @"Interfaces/Divers/colorPicker.crow" }; testFiles = new string [] { @"Interfaces/Divers/welcome.crow" }; + //testFiles = new string [] { @"Interfaces/TemplatedContainer/test_Listbox.crow" }; + //testFiles = new string [] { @"Interfaces/TemplatedControl/testItemTemplateTag.crow" }; //testFiles = new string [] { @"Interfaces/Divers/test2WayBinding.crow" }; //testFiles = new string [] { @"Interfaces/Divers/testPropLess.crow" }; testFiles = testFiles.Concat (Directory.GetFiles (@"Interfaces/GraphicObject", "*.crow")).ToArray (); diff --git a/Tests/Interfaces/TemplatedContainer/test_Listbox.crow b/Tests/Interfaces/TemplatedContainer/test_Listbox.crow index e24b399d..47adb8ce 100755 --- a/Tests/Interfaces/TemplatedContainer/test_Listbox.crow +++ b/Tests/Interfaces/TemplatedContainer/test_Listbox.crow @@ -5,9 +5,9 @@