You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@@ -39,7 +39,7 @@ using NUnit.Framework;
|
||||
#if NDESK_OPTIONS
|
||||
namespace Tests.NDesk.Options
|
||||
#else
|
||||
namespace Tests.Mono.Options
|
||||
namespace MonoTests.Mono.Options
|
||||
#endif
|
||||
{
|
||||
[TestFixture]
|
||||
|
@@ -46,7 +46,7 @@ using NUnit.Framework;
|
||||
#if NDESK_OPTIONS
|
||||
namespace Tests.NDesk.Options
|
||||
#else
|
||||
namespace Tests.Mono.Options
|
||||
namespace MonoTests.Mono.Options
|
||||
#endif
|
||||
{
|
||||
class FooConverter : TypeConverter {
|
||||
|
@@ -39,7 +39,7 @@ using NUnit.Framework;
|
||||
#if NDESK_OPTIONS
|
||||
namespace Tests.NDesk.Options
|
||||
#else
|
||||
namespace Tests.Mono.Options
|
||||
namespace MonoTests.Mono.Options
|
||||
#endif
|
||||
{
|
||||
class DefaultOption : Option {
|
||||
|
@@ -31,7 +31,7 @@ using System;
|
||||
#if NDESK_OPTIONS
|
||||
namespace Tests.NDesk.Options
|
||||
#else
|
||||
namespace Tests.Mono.Options
|
||||
namespace MonoTests.Mono.Options
|
||||
#endif
|
||||
{
|
||||
static class Utils {
|
||||
|
Reference in New Issue
Block a user