Skip to content

Commit

Permalink
Pluralize the tests project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Jun 8, 2016
1 parent 3993217 commit e4ced38
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Test {
foreach ($project in $projects) {
$projectName = [System.IO.Path]::GetFileNameWithoutExtension($project)

if ($projectName.EndsWith("Test")) {
if ($projectName.EndsWith("Tests")) {
$testAssembly = "$($project.Directory)\bin\$configuration\$projectName.dll"
exec { & $testRunner $testAssembly }
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Parsley</RootNamespace>
<AssemblyName>Parsley.Test</AssemblyName>
<AssemblyName>Parsley.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\src\</SolutionDir>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[assembly: ComVisible(false)]
[assembly: AssemblyProduct("Parsley")]
[assembly: AssemblyTitle("Parsley.Test")]
[assembly: AssemblyTitle("Parsley.Tests")]
[assembly: AssemblyVersion("0.0.7")]
[assembly: AssemblyFileVersion("0.0.7")]
[assembly: AssemblyInformationalVersion("0.0.7")]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Parsley.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parsley", "Parsley\Parsley.csproj", "{642736CB-2187-4C06-B93C-8511CAC2A5C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parsley.Test", "Parsley.Test\Parsley.Test.csproj", "{3ED56F1F-EF36-4DAA-8986-B70C03EA9F58}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parsley.Tests", "Parsley.Tests\Parsley.Tests.csproj", "{3ED56F1F-EF36-4DAA-8986-B70C03EA9F58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit e4ced38

Please sign in to comment.