WIP
This commit is contained in:
parent
71576a4b1f
commit
73a1f11e99
21 changed files with 236 additions and 228 deletions
|
|
@ -2,12 +2,12 @@ using Autofac;
|
|||
using System.Data;
|
||||
using Insight.Database;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using PlanTempus.Database.Core.Sql;
|
||||
using PlanTempus.Database.Core.ConnectionFactory;
|
||||
using PlanTempus.Core.Sql.ConnectionFactory;
|
||||
using PlanTempus.Core.Sql;
|
||||
|
||||
namespace PlanTempus.Tests
|
||||
{
|
||||
[TestClass]
|
||||
[TestClass]
|
||||
public class PostgresTests : TestFixture
|
||||
{
|
||||
IDbConnectionFactory _connFactory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue