This commit is contained in:
@@ -24,7 +24,7 @@ namespace raven_integration
|
||||
D1.login = Util.Uniquify("LOGIN");
|
||||
D1.password = Util.Uniquify("PASSWORD");
|
||||
D1.roles = 0;//norole
|
||||
D1.localeId = 1;//random locale
|
||||
|
||||
D1.userType = 3;//non scheduleable
|
||||
|
||||
//Required by form custom rules
|
||||
@@ -45,7 +45,7 @@ namespace raven_integration
|
||||
D2.login = Util.Uniquify("LOGIN");
|
||||
D2.password = Util.Uniquify("PASSWORD");
|
||||
D2.roles = 0;//norole
|
||||
D2.localeId = 1;//random locale
|
||||
|
||||
D2.userType = 3;//non scheduleable
|
||||
|
||||
ApiResponse R2 = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D2.ToString());
|
||||
@@ -146,7 +146,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.roles = 0;//norole
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
|
||||
ApiResponse R = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
|
||||
@@ -179,7 +179,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.roles = 0;//norole
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
//Required by form custom rules
|
||||
D.notes = "notes";
|
||||
@@ -215,7 +215,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.roles = 0;//norole
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
|
||||
//Required by form custom rules
|
||||
@@ -260,7 +260,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.roles = 0;//norole
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
//Required by form custom rules
|
||||
D.notes = "notes";
|
||||
@@ -308,7 +308,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.roles = 0;//norole
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
//Required by form custom rules
|
||||
D.notes = "notes";
|
||||
@@ -363,7 +363,7 @@ namespace raven_integration
|
||||
d.login = Util.Uniquify("LOGIN");
|
||||
d.password = Util.Uniquify("PASSWORD");
|
||||
d.roles = 0;//norole
|
||||
d.localeId = 1;//random locale
|
||||
|
||||
d.userType = 3;//non scheduleable
|
||||
//Required by form custom rules
|
||||
d.notes = "notes";
|
||||
@@ -378,7 +378,7 @@ namespace raven_integration
|
||||
d.login = Util.Uniquify("LOGIN");
|
||||
d.password = Util.Uniquify("PASSWORD");
|
||||
d.roles = 0;//norole
|
||||
d.localeId = 1;//random locale
|
||||
|
||||
d.userType = 3;//non scheduleable
|
||||
d.active = true;
|
||||
//Required by form custom rules
|
||||
@@ -394,7 +394,7 @@ namespace raven_integration
|
||||
d.login = Util.Uniquify("LOGIN");
|
||||
d.password = Util.Uniquify("PASSWORD");
|
||||
d.roles = 0;//norole
|
||||
d.localeId = 1;//random locale
|
||||
|
||||
d.userType = 3;//non scheduleable
|
||||
d.active = false;
|
||||
//Required by form custom rules
|
||||
@@ -513,7 +513,7 @@ namespace raven_integration
|
||||
// d.login = Util.Uniquify("LOGIN");
|
||||
// d.password = Util.Uniquify("PASSWORD");
|
||||
// d.roles = 0;//norole
|
||||
// d.localeId = 1;//random locale
|
||||
//
|
||||
// d.userType = 3;//non scheduleable
|
||||
// //Required by form custom rules
|
||||
// d.notes = "notes";
|
||||
@@ -530,7 +530,7 @@ namespace raven_integration
|
||||
// d.login = Util.Uniquify("LOGIN");
|
||||
// d.password = Util.Uniquify("PASSWORD");
|
||||
// d.roles = 0;//norole
|
||||
// d.localeId = 1;//random locale
|
||||
//
|
||||
// d.userType = 2;//non scheduleable
|
||||
// //Required by form custom rules
|
||||
// d.notes = "notes";
|
||||
@@ -546,7 +546,7 @@ namespace raven_integration
|
||||
// d.login = Util.Uniquify("LOGIN");
|
||||
// d.password = Util.Uniquify("PASSWORD");
|
||||
// d.roles = 0;//norole
|
||||
// d.localeId = 1;//random locale
|
||||
//
|
||||
// d.userType = 1;//non scheduleable
|
||||
// //Required by form custom rules
|
||||
// d.notes = "notes";
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using System;
|
||||
using Xunit;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using FluentAssertions;
|
||||
|
||||
namespace raven_integration
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace raven_integration
|
||||
D1.login = Util.Uniquify("LOGIN");
|
||||
D1.password = Util.Uniquify("PASSWORD");
|
||||
D1.roles = 0;//norole
|
||||
D1.localeId = 1;//random locale
|
||||
D1.translationId=1;
|
||||
D1.userType = 3;//non scheduleable
|
||||
//Required by form custom rules
|
||||
D1.notes = "notes";
|
||||
|
||||
Reference in New Issue
Block a user