Browse Source

Rename ICSharpCode.Reporting.Test to ICSharpCode.Reporting.Tests so that the tests get run on the build server.

pull/419/head
Daniel Grunwald 11 years ago
parent
commit
f6db81a72a
  1. 2
      src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Configuration/AssemblyInfo.cs
  2. 2
      src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj

2
src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Configuration/AssemblyInfo.cs

@ -20,5 +20,5 @@ using System.Security; @@ -20,5 +20,5 @@ using System.Security;
[assembly: SecurityRules(SecurityRuleSet.Level1)]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ICSharpCode.Reporting.Test")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ICSharpCode.Reporting.Tests")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ICSharpCode.Reports.Addin")]

2
src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>ICSharpCode.Reporting.Test</RootNamespace>
<AssemblyName>ICSharpCode.Reporting.Test</AssemblyName>
<AssemblyName>ICSharpCode.Reporting.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>

Loading…
Cancel
Save