This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user