From 1f2c00e3be8ba1c3a4107bf69e7d53c4f6e15965 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 21 Feb 2014 18:03:26 +1100 Subject: [PATCH] fixes another test --- .../PropertyEditors/PropertyEditorValueConverterTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs b/src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs index 5d5c726270..fc5eebed5b 100644 --- a/src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs +++ b/src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs @@ -21,7 +21,7 @@ namespace Umbraco.Tests.PropertyEditors //[TestCase("Sat 10, November 2012", true)] //[TestCase("Saturday 10, November 2012", true)] //[TestCase("2012-11-10 13:14:15", true)] - [TestCase("2012-11-10 13:14:15", false)] + [TestCase("2012-11-10 13:14:15", true)] [TestCase("2012-11-10T13:14:15", true)] [TestCase("", false)] public void CanConvertDatePickerPropertyEditor(string date, bool expected)