This commit is contained in:
2019-05-20 22:07:36 +00:00
parent d344d57b2d
commit 49702e2d7c
6 changed files with 20 additions and 25 deletions

View File

@@ -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");