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