WIP
This commit is contained in:
parent
71576a4b1f
commit
73a1f11e99
21 changed files with 236 additions and 228 deletions
|
|
@ -5,6 +5,7 @@ using Insight.Database;
|
|||
using PlanTempus.Core.Configurations;
|
||||
using PlanTempus.Core.Configurations.JsonConfigProvider;
|
||||
using PlanTempus.Core.Configurations.SmartConfigProvider;
|
||||
using PlanTempus.Core.Sql.ConnectionFactory;
|
||||
|
||||
namespace PlanTempus.Tests.ConfigurationTests
|
||||
{
|
||||
|
|
@ -66,7 +67,7 @@ namespace PlanTempus.Tests.ConfigurationTests
|
|||
[TestMethod]
|
||||
public void TryGetActiveConfigurations()
|
||||
{
|
||||
var connFactory = Container.Resolve<Database.Core.ConnectionFactory.IDbConnectionFactory>();
|
||||
var connFactory = Container.Resolve<IDbConnectionFactory>();
|
||||
|
||||
const string sql = @"
|
||||
SELECT id, ""key"", value, label, content_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue