Fix tests and cleanup

This commit is contained in:
Stephan
2016-12-14 18:40:16 +01:00
parent 68f84908c4
commit a7e5759526
29 changed files with 483 additions and 300 deletions

View File

@@ -21,6 +21,8 @@ namespace Umbraco.Tests.TestHelpers
protected SqlContext SqlContext { get; private set; }
internal TestObjects TestObjects = new TestObjects(null);
protected Sql<SqlContext> Sql()
{
return NPoco.Sql.BuilderFor(SqlContext);