This commit is contained in:
@@ -7162,7 +7162,7 @@ namespace raven_integration
|
||||
//
|
||||
#region TAG TESTS
|
||||
|
||||
/// <summary>
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[Fact]
|
||||
@@ -7205,7 +7205,7 @@ namespace raven_integration
|
||||
|
||||
//first exclusive widget
|
||||
w.name = Util.Uniquify(WidgetRunNameStart);
|
||||
//Tags
|
||||
//Tags
|
||||
dynamic ExclusiveTagsArray = new JArray();
|
||||
ExclusiveTagsArray.Add("crimson-tag-test");
|
||||
ExclusiveTagsArray.Add("amber-tag-test");
|
||||
@@ -7251,7 +7251,7 @@ namespace raven_integration
|
||||
dynamic DataFilterActive = new JObject();
|
||||
DataFilterActive.fld = "tags";
|
||||
DataFilterActive.op = OpEquality;
|
||||
dynamic FilterTagsArray = new JArray();
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user