Fix namespaces in test project
This commit is contained in:
parent
84df4141ea
commit
c4202fea2e
|
@ -3,7 +3,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|||
using BizHawk.Client.Common;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
||||
namespace BizHawk.Tests.Client.Common.Movie
|
||||
{
|
||||
[TestClass]
|
||||
public class LogGeneratorTests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using BizHawk.Client.Common;
|
||||
|
||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
||||
namespace BizHawk.Tests.Client.Common.Movie
|
||||
{
|
||||
[TestClass]
|
||||
public class MovieConversionExtensionTests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using BizHawk.Client.Common;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
||||
namespace BizHawk.Tests.Client.Common.Movie
|
||||
{
|
||||
[TestClass]
|
||||
public class MovieServiceTests
|
||||
|
|
|
@ -3,7 +3,7 @@ using BizHawk.Client.Common;
|
|||
using BizHawk.Emulation.Common;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
||||
namespace BizHawk.Tests.Client.Common.Movie
|
||||
{
|
||||
[TestClass]
|
||||
public class ZwinderStateManagerTests
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace BizHawk.Common.Tests.Common.MultiPredicateSort
|
||||
namespace BizHawk.Tests.Common.MultiPredicateSort
|
||||
{
|
||||
[TestClass]
|
||||
public class MultiPredicateSortTests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using BizHawk.Common.StringExtensions;
|
||||
|
||||
namespace BizHawk.Common.Tests.Common.StringExtensions
|
||||
namespace BizHawk.Tests.Common.StringExtensions
|
||||
{
|
||||
[TestClass]
|
||||
public class StringExtensionTests
|
||||
|
|
Loading…
Reference in New Issue