Adds some more tests, the legacy template object should now be wrapping the new one completely in regards with business logic (db)

This commit is contained in:
Shannon
2014-12-05 14:34:34 +11:00
parent c71e00b3dc
commit 2961370b83
3 changed files with 72 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using Umbraco.Core.Models;
namespace Umbraco.Core.IO