Core.Strings - supports allowUnderscoreInTerm in new DefaultShortStringHelper

This commit is contained in:
Stephan
2013-02-19 06:27:13 -01:00
parent a3f0b7a37f
commit 96a279499b
3 changed files with 56 additions and 18 deletions

View File

@@ -11,7 +11,13 @@ namespace Umbraco.Tests.CoreStrings
[TestFixture]
public class LegacyShortStringHelperTests
{
readonly LegacyShortStringHelper _helper = new LegacyShortStringHelper();
private LegacyShortStringHelper _helper;
[SetUp]
public void Setup()
{
_helper = new LegacyShortStringHelper();
}
#region Cases
[TestCase("foo", "foo")]