From 25398def4d593025bfcc7d353621721bdbb49a86 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 10 Jan 2011 16:25:55 -0600 Subject: [PATCH] no longer ignore millisecond integration test --- test/integration/client/type-coercion-tests.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/client/type-coercion-tests.js b/test/integration/client/type-coercion-tests.js index 53a2c9dc..8faf51a3 100644 --- a/test/integration/client/type-coercion-tests.js +++ b/test/integration/client/type-coercion-tests.js @@ -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()); });