Allowing the '/' in slugs.

- Also moved the RoutableServiceTests to a more appropriate location

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-08-26 07:32:45 -07:00
parent cdbdf0db7f
commit f3f04d6ea0
4 changed files with 12 additions and 7 deletions

View File

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