Adding regex validation for the RoutableAspect's slug and tossed in a few slugify tests

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045627
This commit is contained in:
skewed
2010-01-18 17:40:06 +00:00
parent 1a5996274d
commit 03d725b9d3
3 changed files with 56 additions and 0 deletions

View File

@@ -78,6 +78,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Common\Providers\CommonAspectProviderTests.cs" />
<Compile Include="Common\Services\RoutableServiceTests.cs" />
<Compile Include="Feeds\Controllers\FeedControllerTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Scheduling\ScheduledTaskManagerTests.cs" />