mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -4,7 +4,7 @@ using Orchard.Localization.Models;
|
|||||||
|
|
||||||
namespace Orchard.Tests.Localization {
|
namespace Orchard.Tests.Localization {
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
|
||||||
public class DateTimePartsTests {
|
public class DateTimePartsTests {
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -13,7 +12,7 @@ using Orchard.Localization.Services;
|
|||||||
|
|
||||||
namespace Orchard.Tests.Localization {
|
namespace Orchard.Tests.Localization {
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture(Ignore = true, IgnoreReason = "Long running tests, stable code.")]
|
||||||
public class DefaultDateFormatterTests {
|
public class DefaultDateFormatterTests {
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
Reference in New Issue
Block a user