This commit is contained in:
2020-03-18 15:04:49 +00:00
parent 505712adeb
commit bc5e21ac6b

View File

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