This commit is contained in:
@@ -7306,7 +7306,7 @@ namespace raven_integration
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[Fact]
|
||||
@@ -7393,8 +7393,7 @@ namespace raven_integration
|
||||
DataFilterActive.op = OpEquality;
|
||||
dynamic FilterTagsArray = new JArray();
|
||||
FilterTagsArray.Add("red-tag-test");
|
||||
FilterTagsArray.Add("green-tag-test");//green is the only one missing from the exclusive widget
|
||||
FilterTagsArray.Add("blue-tag-test");
|
||||
FilterTagsArray.Add("Ādam Iñtërnâtiônàližætiøn");
|
||||
DataFilterActive.value = FilterTagsArray;
|
||||
dfilter.Add(DataFilterActive);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user