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.Client.Common;
|
||||||
using BizHawk.Emulation.Common;
|
using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
namespace BizHawk.Tests.Client.Common.Movie
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class LogGeneratorTests
|
public class LogGeneratorTests
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
using BizHawk.Client.Common;
|
using BizHawk.Client.Common;
|
||||||
|
|
||||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
namespace BizHawk.Tests.Client.Common.Movie
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class MovieConversionExtensionTests
|
public class MovieConversionExtensionTests
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using BizHawk.Client.Common;
|
using BizHawk.Client.Common;
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
|
||||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
namespace BizHawk.Tests.Client.Common.Movie
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class MovieServiceTests
|
public class MovieServiceTests
|
||||||
|
|
|
@ -3,7 +3,7 @@ using BizHawk.Client.Common;
|
||||||
using BizHawk.Emulation.Common;
|
using BizHawk.Emulation.Common;
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
|
||||||
namespace BizHawk.Common.Tests.Client.Common.Movie
|
namespace BizHawk.Tests.Client.Common.Movie
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class ZwinderStateManagerTests
|
public class ZwinderStateManagerTests
|
||||||
|
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||||
|
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
|
||||||
namespace BizHawk.Common.Tests.Common.MultiPredicateSort
|
namespace BizHawk.Tests.Common.MultiPredicateSort
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class MultiPredicateSortTests
|
public class MultiPredicateSortTests
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
using BizHawk.Common.StringExtensions;
|
using BizHawk.Common.StringExtensions;
|
||||||
|
|
||||||
namespace BizHawk.Common.Tests.Common.StringExtensions
|
namespace BizHawk.Tests.Common.StringExtensions
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class StringExtensionTests
|
public class StringExtensionTests
|
||||||
|
|
Loading…
Reference in New Issue