Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-06-05 21:31:22 +0400
committernulltoken <emeric.fermas@gmail.com>2011-06-05 21:31:22 +0400
commit7be488569f8ef5452efb3d372a7c32c7901fc1eb (patch)
treed4f9706cb9e05537874c4cac3c900c358d3d0cd7
parent69935b56b3da99a7c5fe1dc9bc403e5079b08444 (diff)
Move Constants to TestHelpers.Constants
-rw-r--r--LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj2
-rw-r--r--LibGit2Sharp.Tests/TestHelpers/Constants.cs (renamed from LibGit2Sharp.Tests/Constants.cs)2
2 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
index b42c8941..0dd15c3c 100644
--- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
+++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -45,7 +45,7 @@
<Compile Include="BlobFixture.cs" />
<Compile Include="BranchFixture.cs" />
<Compile Include="CommitFixture.cs" />
- <Compile Include="Constants.cs" />
+ <Compile Include="TestHelpers\Constants.cs" />
<Compile Include="EpochFixture.cs" />
<Compile Include="IndexFixture.cs" />
<Compile Include="ObjectIdFixture.cs" />
diff --git a/LibGit2Sharp.Tests/Constants.cs b/LibGit2Sharp.Tests/TestHelpers/Constants.cs
index c49e38b4..6ba08b00 100644
--- a/LibGit2Sharp.Tests/Constants.cs
+++ b/LibGit2Sharp.Tests/TestHelpers/Constants.cs
@@ -1,4 +1,4 @@
-namespace LibGit2Sharp.Tests
+namespace LibGit2Sharp.Tests.TestHelpers
{
public static class Constants
{