fixes another test

This commit is contained in:
Shannon
2014-02-21 18:03:26 +11:00
parent bf4c58a6f4
commit 1f2c00e3be

View File

@@ -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)