Skip to content

Commit

Permalink
rename package from Cube.Tests to Cube.Private.Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Aug 13, 2022
1 parent b507123 commit cedc589
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cube.Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cube.Logging.NLog", "Librar
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cube.Trick", "Libraries\Trick\Cube.Trick.csproj", "{3569CFCD-5B8F-4E39-8292-33BFC49DE927}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cube.Tests", "Libraries\Tests\Cube.Tests.csproj", "{8E1FF307-C59B-428D-9769-9A53B4CB81A4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cube.Private.Tests", "Libraries\Tests\Cube.Private.Tests.csproj", "{8E1FF307-C59B-428D-9769-9A53B4CB81A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B027E4C1-51EA-4907-9A4B-C483824CF3C8}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/cube-soft/Cube.Core</PackageProjectUrl>
<PackageIcon>images\Icon.png</PackageIcon>
<RootNamespace>Cube.Tests</RootNamespace>
<TargetFramework>net47</TargetFramework>
<LangVersion>latest</LangVersion>
<Optimize>true</Optimize>
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PACKAGES = ["Libraries/Core/Cube.Core",
"Libraries/AlphaFS/Cube.FileSystem.AlphaFS",
"Libraries/NLog/Cube.Logging.NLog",
"Libraries/Trick/Cube.Trick",
"Libraries/Tests/Cube.Tests"]
"Libraries/Tests/Cube.Private.Tests"]

# --------------------------------------------------------------------------- #
# clean
Expand Down
2 changes: 1 addition & 1 deletion Tests/Core/Cube.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Core\Cube.Core.csproj" />
<ProjectReference Include="..\..\Libraries\Trick\Cube.Trick.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Tests.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Private.Tests.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
<PackageReference Include="NUnit3TestAdapter" Version="*" />
<PackageReference Include="Appveyor.TestLogger" Version="*" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/FileSystem/Cube.FileSystem.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Libraries\AlphaFS\Cube.FileSystem.AlphaFS.csproj" />
<ProjectReference Include="..\..\Libraries\Trick\Cube.Trick.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Tests.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Private.Tests.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
<PackageReference Include="NUnit3TestAdapter" Version="*" />
<PackageReference Include="Appveyor.TestLogger" Version="*" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Xui/Cube.Xui.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Xui\Cube.Xui.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Tests.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Private.Tests.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
<PackageReference Include="NUnit3TestAdapter" Version="*" />
<PackageReference Include="Appveyor.TestLogger" Version="*" />
Expand Down

0 comments on commit cedc589

Please sign in to comment.