This commit is contained in:
@@ -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>();
|
List<long> IDInResultList = new List<long>();
|
||||||
int nActiveMatches = 0;
|
int nActiveMatches = 0;
|
||||||
int nInactiveMatches = 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)
|
foreach (JObject o in v)
|
||||||
{
|
{
|
||||||
if (ActiveWidgetIdList.Contains(o["id"].Value<long>()))
|
if (ActiveWidgetIdList.Contains(o["id"].Value<long>()))
|
||||||
|
|||||||
Reference in New Issue
Block a user