SPRNET-944 - added failing test (ignored in build)

This commit is contained in:
markpollack
2008-10-10 17:07:30 +00:00
parent 874fc5691b
commit 664417cbc8

View File

@@ -134,6 +134,14 @@ namespace Spring.Expressions
#endregion
[Test]
[Ignore("SPRNET-944")]
public void DateTests()
{
string dateLiteral = (string)ExpressionEvaluator.GetValue(null, "'date'");
Assert.AreEqual("date", dateLiteral);
}
#region Serialization Tests
/// <summary>
@@ -270,6 +278,8 @@ namespace Spring.Expressions
#endregion Serialization Tests
/// <summary>
/// Should throw exception for null root object
/// </summary>