/**
* Tests on sequence of times. Latest time should be returned.
*/
public void testSequenceOfTimeValues() throws ExpressionException {
final Function function = new MaxFunction();
Value result = function.invoke(expressionContextMock, new Value[]{
factory.createSequence(new Item[]{
factory.createTimeValue("07:56:16+00:00"),
factory.createTimeValue("12:30:16+00:00"),
factory.createTimeValue("22:55:21+00:00"),
factory.createTimeValue("22:56:16+00:00")