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?)