[longomatch] Update namespace to match the LM ones
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Update namespace to match the LM ones
- Date: Wed, 18 Mar 2015 14:35:34 +0000 (UTC)
commit e404573c177c7a1f1e4a6367799212fc419936cf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Mar 4 19:27:33 2015 +0100
Update namespace to match the LM ones
Tests/Core/Common/TestColor.cs | 2 +-
Tests/Core/Common/TestImage.cs | 2 +-
Tests/Core/Store/TestCoordinates.cs | 2 +-
Tests/Core/Store/TestDashboardButton.cs | 2 +-
Tests/Core/Store/TestEventType.cs | 2 +-
Tests/Core/Store/TestFrameDrawing.cs | 2 +-
Tests/Core/Store/TestHotkey.cs | 2 +-
Tests/Core/Store/TestMediaFile.cs | 2 +-
Tests/Core/Store/TestMediaFileSet.cs | 2 +-
Tests/Core/Store/TestPenaltyCard.cs | 2 +-
Tests/Core/Store/TestPlayer.cs | 2 +-
Tests/Core/Store/TestPlaysFilter.cs | 2 +-
Tests/Core/Store/TestPoint.cs | 2 +-
Tests/Core/Store/TestScore.cs | 2 +-
Tests/Core/Store/TestTime.cs | 2 +-
Tests/Core/Store/TestTimeNode.cs | 2 +-
Tests/Core/Store/TestTimelineEvent.cs | 2 +-
17 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/Tests/Core/Common/TestColor.cs b/Tests/Core/Common/TestColor.cs
index f5a65ca..77dd92f 100644
--- a/Tests/Core/Common/TestColor.cs
+++ b/Tests/Core/Common/TestColor.cs
@@ -19,7 +19,7 @@ using System;
using LongoMatch.Core.Common;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Common
{
[TestFixture()]
public class TestColor
diff --git a/Tests/Core/Common/TestImage.cs b/Tests/Core/Common/TestImage.cs
index 361faca..0e48296 100644
--- a/Tests/Core/Common/TestImage.cs
+++ b/Tests/Core/Common/TestImage.cs
@@ -20,7 +20,7 @@ using System.IO;
using LongoMatch.Core.Common;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Common
{
[TestFixture()]
public class TestImage
diff --git a/Tests/Core/Store/TestCoordinates.cs b/Tests/Core/Store/TestCoordinates.cs
index 464c640..a30935c 100644
--- a/Tests/Core/Store/TestCoordinates.cs
+++ b/Tests/Core/Store/TestCoordinates.cs
@@ -20,7 +20,7 @@ using NUnit.Framework;
using LongoMatch.Core.Common;
using LongoMatch.Core.Store;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestCoordinates
diff --git a/Tests/Core/Store/TestDashboardButton.cs b/Tests/Core/Store/TestDashboardButton.cs
index 20f7422..798a120 100644
--- a/Tests/Core/Store/TestDashboardButton.cs
+++ b/Tests/Core/Store/TestDashboardButton.cs
@@ -20,7 +20,7 @@ using LongoMatch.Core.Store;
using NUnit.Framework;
using LongoMatch.Core.Common;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestDashboardButton
diff --git a/Tests/Core/Store/TestEventType.cs b/Tests/Core/Store/TestEventType.cs
index 4c3c3fc..ad46ef1 100644
--- a/Tests/Core/Store/TestEventType.cs
+++ b/Tests/Core/Store/TestEventType.cs
@@ -23,7 +23,7 @@ using LongoMatch.Core.Store;
using NUnit.Framework;
using Newtonsoft.Json;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestEventType
diff --git a/Tests/Core/Store/TestFrameDrawing.cs b/Tests/Core/Store/TestFrameDrawing.cs
index 9d4f214..3ce6b8e 100644
--- a/Tests/Core/Store/TestFrameDrawing.cs
+++ b/Tests/Core/Store/TestFrameDrawing.cs
@@ -22,7 +22,7 @@ using LongoMatch.Core.Store;
using LongoMatch.Core.Store.Drawables;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestFrameDrawing
diff --git a/Tests/Core/Store/TestHotkey.cs b/Tests/Core/Store/TestHotkey.cs
index 417a158..d2ef4b9 100644
--- a/Tests/Core/Store/TestHotkey.cs
+++ b/Tests/Core/Store/TestHotkey.cs
@@ -19,7 +19,7 @@ using NUnit.Framework;
using System;
using LongoMatch.Core.Store;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestHotKey
diff --git a/Tests/Core/Store/TestMediaFile.cs b/Tests/Core/Store/TestMediaFile.cs
index b103513..1dfe657 100644
--- a/Tests/Core/Store/TestMediaFile.cs
+++ b/Tests/Core/Store/TestMediaFile.cs
@@ -21,7 +21,7 @@ using NUnit.Framework;
using LongoMatch.Core.Common;
using LongoMatch.Core.Store;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestMediaFile
diff --git a/Tests/Core/Store/TestMediaFileSet.cs b/Tests/Core/Store/TestMediaFileSet.cs
index b39be9d..2ac8db1 100644
--- a/Tests/Core/Store/TestMediaFileSet.cs
+++ b/Tests/Core/Store/TestMediaFileSet.cs
@@ -21,7 +21,7 @@ using NUnit.Framework;
using LongoMatch.Core.Common;
using System.IO;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestMediaFileSet
diff --git a/Tests/Core/Store/TestPenaltyCard.cs b/Tests/Core/Store/TestPenaltyCard.cs
index 84684db..ebd101a 100644
--- a/Tests/Core/Store/TestPenaltyCard.cs
+++ b/Tests/Core/Store/TestPenaltyCard.cs
@@ -20,7 +20,7 @@ using LongoMatch.Core.Store;
using LongoMatch.Core.Common;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestPenaltyCard
diff --git a/Tests/Core/Store/TestPlayer.cs b/Tests/Core/Store/TestPlayer.cs
index 51e9c11..b5e093c 100644
--- a/Tests/Core/Store/TestPlayer.cs
+++ b/Tests/Core/Store/TestPlayer.cs
@@ -21,7 +21,7 @@ using LongoMatch.Core.Common;
using LongoMatch.Core.Store;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestPlayer
diff --git a/Tests/Core/Store/TestPlaysFilter.cs b/Tests/Core/Store/TestPlaysFilter.cs
index 13e71ea..8ddb3b1 100644
--- a/Tests/Core/Store/TestPlaysFilter.cs
+++ b/Tests/Core/Store/TestPlaysFilter.cs
@@ -21,7 +21,7 @@ using LongoMatch.Core.Store;
using LongoMatch.Core.Store.Templates;
using LongoMatch.Core.Common;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestPlaysFilter
diff --git a/Tests/Core/Store/TestPoint.cs b/Tests/Core/Store/TestPoint.cs
index 7260a53..2934219 100644
--- a/Tests/Core/Store/TestPoint.cs
+++ b/Tests/Core/Store/TestPoint.cs
@@ -20,7 +20,7 @@ using NUnit.Framework;
using LongoMatch.Core.Store;
using LongoMatch.Core.Common;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestPoint
diff --git a/Tests/Core/Store/TestScore.cs b/Tests/Core/Store/TestScore.cs
index 24b7dc9..06db13d 100644
--- a/Tests/Core/Store/TestScore.cs
+++ b/Tests/Core/Store/TestScore.cs
@@ -20,7 +20,7 @@ using LongoMatch.Core.Common;
using LongoMatch.Core.Store;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestScore
diff --git a/Tests/Core/Store/TestTime.cs b/Tests/Core/Store/TestTime.cs
index 633ea32..9f0c92a 100644
--- a/Tests/Core/Store/TestTime.cs
+++ b/Tests/Core/Store/TestTime.cs
@@ -19,7 +19,7 @@ using System;
using LongoMatch.Core.Store;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestTime
diff --git a/Tests/Core/Store/TestTimeNode.cs b/Tests/Core/Store/TestTimeNode.cs
index db76c82..9c48f06 100644
--- a/Tests/Core/Store/TestTimeNode.cs
+++ b/Tests/Core/Store/TestTimeNode.cs
@@ -19,7 +19,7 @@ using System;
using LongoMatch.Core.Store;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestTimeNode
diff --git a/Tests/Core/Store/TestTimelineEvent.cs b/Tests/Core/Store/TestTimelineEvent.cs
index 2a2367b..247553d 100644
--- a/Tests/Core/Store/TestTimelineEvent.cs
+++ b/Tests/Core/Store/TestTimelineEvent.cs
@@ -21,7 +21,7 @@ using LongoMatch.Core.Common;
using LongoMatch.Core.Store;
using NUnit.Framework;
-namespace Tests.Core
+namespace Tests.Core.Store
{
[TestFixture()]
public class TestTimelineEvent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]