mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 10:07:55 +08:00
Include "ReflectXxx" tests in Orchard.Tests.csproj
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039728
This commit is contained in:
@@ -137,6 +137,8 @@
|
||||
<Compile Include="UI\Navigation\MenuItemComparerTests.cs" />
|
||||
<Compile Include="UI\Navigation\NavigationManagerTests.cs" />
|
||||
<Compile Include="UI\Navigation\PositionComparerTests.cs" />
|
||||
<Compile Include="Utility\ReflectOnTests.cs" />
|
||||
<Compile Include="Utility\ReflectTests.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Orchard\Orchard.csproj">
|
||||
@@ -154,9 +156,6 @@
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Packages\FoldersData\Sample3\Package.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Utility\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
@@ -4,18 +4,6 @@ using Orchard.Utility;
|
||||
namespace Orchard.Tests.Utility {
|
||||
[TestFixture]
|
||||
public class ReflectOnTests {
|
||||
#region Setup/Teardown
|
||||
|
||||
[TestFixtureSetUp]
|
||||
public void InitFixture() {
|
||||
}
|
||||
|
||||
[TestFixtureTearDown]
|
||||
public void TermFixture() {
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private class TestClass {
|
||||
public int MyField;
|
||||
public int MyField2;
|
||||
|
Reference in New Issue
Block a user