From bc5e21ac6bfea44155e7a8c08f6a2b30f56664b0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 18 Mar 2020 15:04:49 +0000 Subject: [PATCH] --- PickList/PickListAllTests.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PickList/PickListAllTests.cs b/PickList/PickListAllTests.cs index 7b83651..6423685 100644 --- a/PickList/PickListAllTests.cs +++ b/PickList/PickListAllTests.cs @@ -353,8 +353,6 @@ namespace raven_integration nActiveMatches.Should().Be(ActiveWidgetIdList.Count); nInactiveMatches.Should().Be(0); - - //DELETE WIDGETS foreach (long l in ActiveWidgetIdList) { @@ -370,11 +368,12 @@ namespace raven_integration } - //inactive test (make two keyed and search for ) + //error condition tests + //Customized template works //User picklist custom template works with picklist fetch - //not sure where to do that, I guess up top in the consolidated User picklist type because I can't change the widget template without breaking shit + //do that up top in the consolidated User picklist type because I can't change the widget template without breaking shit //or maybe they all need to use a default custom template that is the same for all (and includes tags?)