This commit is contained in:
@@ -113,6 +113,7 @@ TODO SERVER STUFF
|
|||||||
|
|
||||||
- Boot server and seed with debug log turned on, see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked.
|
- Boot server and seed with debug log turned on, see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked.
|
||||||
- Docs: pagingOptions, sort and filter need to be documented for API
|
- Docs: pagingOptions, sort and filter need to be documented for API
|
||||||
|
- INTEGRATION TEST PROJECT: Move it to it's own folder outside of RAVEN one to avoid constant weirdness in Visual Studio Code editor with both projects in same folder structure
|
||||||
|
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ namespace raven_integration
|
|||||||
[Fact]
|
[Fact]
|
||||||
public async void PickListSearchRouteShouldWorkAsExpected()
|
public async void PickListSearchRouteShouldWorkAsExpected()
|
||||||
{
|
{
|
||||||
|
why isn't this failing now?
|
||||||
//CREATE
|
//CREATE
|
||||||
dynamic d = new JObject();
|
dynamic d = new JObject();
|
||||||
d.name = Util.Uniquify("Soft PickListSearchRouteShouldWorkAsExpected");
|
d.name = Util.Uniquify("Soft PickListSearchRouteShouldWorkAsExpected");
|
||||||
|
|||||||
Reference in New Issue
Block a user