"date" : function(b, a) {
                return QUnit.objectType(b) === "date" && a.valueOf() === b.valueOf();
            },