This commit is contained in:
@@ -35,7 +35,7 @@ namespace raven_integration
|
||||
D.name = Util.Uniquify("Search NAME DOGS simple Test User");
|
||||
D.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
|
||||
D.notes = "This user has the match in it's name";
|
||||
D.ownerId = 1L;
|
||||
|
||||
D.active = true;
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
@@ -52,7 +52,7 @@ namespace raven_integration
|
||||
D.name = Util.Uniquify("Search NOTES Test User");
|
||||
D.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
|
||||
D.notes = "This user has the match simple dogs in its notes";
|
||||
D.ownerId = 1L;
|
||||
|
||||
D.active = true;
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
@@ -188,7 +188,7 @@ namespace raven_integration
|
||||
D = new JObject();
|
||||
D.name = Util.Uniquify("Wildcard startswith search NAME happy goose Test User");
|
||||
D.notes = "This user has the match in it's name";
|
||||
D.ownerId = 1L;
|
||||
|
||||
D.active = true;
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
@@ -251,7 +251,7 @@ namespace raven_integration
|
||||
D = new JObject();
|
||||
D.name = Util.Uniquify("Wildcard endswith search NAME goose exact Test User");
|
||||
D.notes = "This user has the match in it's name";
|
||||
D.ownerId = 1L;
|
||||
|
||||
D.active = true;
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
@@ -316,7 +316,7 @@ namespace raven_integration
|
||||
D = new JObject();
|
||||
D.name = Util.Uniquify("Wildcard contains search NAME goose elcastro Test User");
|
||||
D.notes = "This user has the match in it's name";
|
||||
D.ownerId = 1L;
|
||||
|
||||
D.active = true;
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
@@ -414,7 +414,7 @@ namespace raven_integration
|
||||
D = new JObject();
|
||||
D.name = Util.Uniquify("Wildcard contains search NAME elementary aardvark Test User");
|
||||
D.notes = "This user has the match in it's name but no tag match";
|
||||
D.ownerId = 1L;
|
||||
|
||||
D.active = true;
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
|
||||
Reference in New Issue
Block a user