From 70abd3f53e152db0e40f89235616ef461c9e508d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 13 Dec 2018 01:02:19 +0000 Subject: [PATCH] --- devdocs/todo.txt | 1 + test/raven-integration/Widget/WidgetLists.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 472b235c..3d496916 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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. - 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 ----------------- diff --git a/test/raven-integration/Widget/WidgetLists.cs b/test/raven-integration/Widget/WidgetLists.cs index d5e016f2..cf079217 100644 --- a/test/raven-integration/Widget/WidgetLists.cs +++ b/test/raven-integration/Widget/WidgetLists.cs @@ -119,6 +119,7 @@ namespace raven_integration [Fact] public async void PickListSearchRouteShouldWorkAsExpected() { + why isn't this failing now? //CREATE dynamic d = new JObject(); d.name = Util.Uniquify("Soft PickListSearchRouteShouldWorkAsExpected");