This commit is contained in:
2020-01-22 21:01:55 +00:00
parent 65978aa4ad
commit 6a6225187f

View File

@@ -6537,6 +6537,9 @@ same as the server does but in a central location here for all tests to use.
List<long> IDInResultList = new List<long>();
int nActiveMatches = 0;
int nInactiveMatches = 0;
//bugbug: now this is an array (should have been before no?)
//anyway it's not a jobject, the whole list is an array of arrays so the tests are probably all going to need hand tweaking
//blarg!
foreach (JObject o in v)
{
if (ActiveWidgetIdList.Contains(o["id"].Value<long>()))