no longer ignore millisecond integration test

This commit is contained in:
Brian Carlson 2011-01-10 16:25:55 -06:00
parent 7fcfbd8bb0
commit 25398def4d

View File

@ -116,9 +116,6 @@ test("timestampz round trip", function() {
assert.equal(date.getMinutes(), now.getMinutes());
assert.equal(date.getSeconds(), now.getSeconds());
test("milliseconds are equal", function() {
//TODO this is not equal sometimes
//need to fix
return false
assert.equal(date.getMilliseconds(), now.getMilliseconds());
});