From: jpbruyere Date: Sun, 1 Jan 2017 18:59:28 +0000 (+0100) Subject: debug when vc of ds newVal is null X-Git-Tag: v0.5.1~62 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=26fc4b0e6268e58d7694ccf87e57de59d3b6b9a1;p=jp%2Fcrow.git debug when vc of ds newVal is null --- 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 @@