aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Tests/Controller/Library/TvUtilTests.cs (renamed from MediaBrowser.Specs/Controller/Library/TvUtilTests.cs)2
-rw-r--r--MediaBrowser.Tests/MediaBrowser.Tests.csproj (renamed from MediaBrowser.Specs/MediaBrowser.Specs.csproj)0
-rw-r--r--MediaBrowser.Tests/Properties/AssemblyInfo.cs (renamed from MediaBrowser.Specs/Properties/AssemblyInfo.cs)4
-rw-r--r--MediaBrowser.sln16
4 files changed, 19 insertions, 3 deletions
diff --git a/MediaBrowser.Specs/Controller/Library/TvUtilTests.cs b/MediaBrowser.Tests/Controller/Library/TvUtilTests.cs
index fd1e952b8..1ae5dcb10 100644
--- a/MediaBrowser.Specs/Controller/Library/TvUtilTests.cs
+++ b/MediaBrowser.Tests/Controller/Library/TvUtilTests.cs
@@ -1,7 +1,7 @@
using MediaBrowser.Controller.Library;
using Microsoft.VisualStudio.TestTools.UnitTesting;
-namespace MediaBrowser.Specs.Controller.Library
+namespace MediaBrowser.Tests.Controller.Library
{
[TestClass]
public class TvUtilTests
diff --git a/MediaBrowser.Specs/MediaBrowser.Specs.csproj b/MediaBrowser.Tests/MediaBrowser.Tests.csproj
index a6f2cb6c0..a6f2cb6c0 100644
--- a/MediaBrowser.Specs/MediaBrowser.Specs.csproj
+++ b/MediaBrowser.Tests/MediaBrowser.Tests.csproj
diff --git a/MediaBrowser.Specs/Properties/AssemblyInfo.cs b/MediaBrowser.Tests/Properties/AssemblyInfo.cs
index 6d835be88..16bdaf31a 100644
--- a/MediaBrowser.Specs/Properties/AssemblyInfo.cs
+++ b/MediaBrowser.Tests/Properties/AssemblyInfo.cs
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("MediaBrowser.Specs")]
+[assembly: AssemblyTitle("MediaBrowser.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("MediaBrowser.Specs")]
+[assembly: AssemblyProduct("MediaBrowser.Tests")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/MediaBrowser.sln b/MediaBrowser.sln
index a5612a287..ea09b3fae 100644
--- a/MediaBrowser.sln
+++ b/MediaBrowser.sln
@@ -33,6 +33,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Server.Impleme
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Model.net35", "MediaBrowser.Model.net35\MediaBrowser.Model.net35.csproj", "{657B5410-7C3B-4806-9753-D254102CE537}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Tests", "MediaBrowser.Tests\MediaBrowser.Tests.csproj", "{E22BFD35-0FCD-4A85-978A-C22DCD73A081}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -185,6 +187,20 @@ Global
{657B5410-7C3B-4806-9753-D254102CE537}.Release|Win32.ActiveCfg = Release|Any CPU
{657B5410-7C3B-4806-9753-D254102CE537}.Release|x64.ActiveCfg = Release|Any CPU
{657B5410-7C3B-4806-9753-D254102CE537}.Release|x86.ActiveCfg = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|Win32.ActiveCfg = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|Win32.ActiveCfg = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|x64.ActiveCfg = Release|Any CPU
+ {E22BFD35-0FCD-4A85-978A-C22DCD73A081}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE