This commit is contained in:
2018-09-25 22:48:01 +00:00
parent cc3e0a0918
commit f50ba01d97

View File

@@ -392,7 +392,7 @@ namespace raven_integration
Util.ValidateDataReturnResponseOk(a); Util.ValidateDataReturnResponseOk(a);
long NoPhraseMatchWidgetInTagId = a.ObjectResponse["result"]["id"].Value<long>(); long NoPhraseMatchWidgetInTagId = a.ObjectResponse["result"]["id"].Value<long>();
//TAG the tag only no phrase with the fresh tag //TAG the tag only no phrase with the fresh tag
D = new JObject(); D = new JObject();
D.tagId = TagId; D.tagId = TagId;
D.tagToObjectId = NoPhraseMatchWidgetInTagId; D.tagToObjectId = NoPhraseMatchWidgetInTagId;
@@ -449,18 +449,6 @@ namespace raven_integration
}//eot }//eot
//TODO: TAG SEARCH ALONE TEST
//TODO: TAG PLUS SEARCH PHRASE TEST
//TODO: TAG PLUS REGULAR SEARCH PHRASE PLUS WILDCARD PHRASE TEST
//TODO: TAG PLUS USER TEST OR MODIFY ALL OF THE ABOVE TO INCLUDE A USER INSTEAD OF A SECOND TEST WIDGET
//================================================== //==================================================
}//eoc }//eoc