This commit is contained in:
2018-08-28 20:12:51 +00:00
parent ecb6b3d7c6
commit 5cd914767d
17 changed files with 62 additions and 53 deletions

View File

@@ -19,7 +19,6 @@ namespace raven_integration
{
"id": 0,
"name": "string",
"created": "2018-02-09T16:45:56.057Z",
"dollarAmount": 0,
"active": true,
"roles": 0
@@ -28,7 +27,6 @@ namespace raven_integration
//CREATE
dynamic w1 = new JObject();
w1.name = Util.Uniquify("First Test WIDGET");
w1.created = DateTime.Now.ToString();
w1.dollarAmount = 1.11m;
w1.active = true;
w1.roles = 0;
@@ -40,7 +38,6 @@ namespace raven_integration
dynamic w2 = new JObject();
w2.name = Util.Uniquify("Second Test WIDGET");
w2.created = DateTime.Now.ToString();
w2.dollarAmount = 2.22m;
w2.active = true;
w2.roles = 0;
@@ -161,7 +158,6 @@ namespace raven_integration
dynamic w2 = new JObject();
w2.name = Util.Uniquify("PutConcurrencyViolationShouldFail");
w2.created = DateTime.Now.ToString();
w2.dollarAmount = 2.22m;
w2.active = true;
w2.roles = 0;
@@ -199,7 +195,6 @@ namespace raven_integration
dynamic w2 = new JObject();
w2.name = Util.Uniquify("PatchConcurrencyViolationShouldFail");
w2.created = DateTime.Now.ToString();
w2.dollarAmount = 2.22m;
w2.active = true;
w2.roles = 0;