diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 100f24ed..9d8bd649 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -28,6 +28,7 @@ Once that is done then can steam ahead on the biz objects but until I have the c IMMEDIATE ITEMS: ================ + - Testing issue with event log tests, see the test for details - Search and search text indexing - Create a test for search that searches the widgets LOREM text diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 935ce0e5..0e131fea 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -363,7 +363,7 @@ namespace AyaNova // ******************** TESTING WIPE DB ***************************** // //Set this to true to wipe the db and reinstall a trial license and re-seed the data - var TESTING_REFRESH_DB = true; + var TESTING_REFRESH_DB = false; #if (DEBUG) //TESTING diff --git a/server/AyaNova/util/Seeder.cs b/server/AyaNova/util/Seeder.cs index b78c0e18..17449565 100644 --- a/server/AyaNova/util/Seeder.cs +++ b/server/AyaNova/util/Seeder.cs @@ -32,7 +32,7 @@ namespace AyaNova.Util try { - log.LogInformation("SEEDER: SeedDatabase, level is: " + slevel.ToString()); + log.LogInformation("SEEDER: Seed data level - " + slevel.ToString()); //Only allow this in a trial database if (!AyaNova.Core.License.ActiveKey.TrialLicense)