Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit f6db81a

Browse files
committed
Rename ICSharpCode.Reporting.Test to ICSharpCode.Reporting.Tests so that the tests get run on the build server.
1 parent 99731e7 commit f6db81a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
[assembly: SecurityRules(SecurityRuleSet.Level1)]
2222

23-
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ICSharpCode.Reporting.Test")]
23+
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ICSharpCode.Reporting.Tests")]
2424
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ICSharpCode.Reports.Addin")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<OutputType>Library</OutputType>
88
<RootNamespace>ICSharpCode.Reporting.Test</RootNamespace>
9-
<AssemblyName>ICSharpCode.Reporting.Test</AssemblyName>
9+
<AssemblyName>ICSharpCode.Reporting.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1111
<TargetFrameworkProfile>
1212
</TargetFrameworkProfile>

0 commit comments

Comments
 (0)