From 0a672a6329e61cfb94d3e0d8b69f8c6dbf1814e1 Mon Sep 17 00:00:00 2001 From: brianc Date: Sat, 5 Mar 2011 11:32:37 -0600 Subject: [PATCH] re-include previously ignored, failing test for named statements in prep for implementing feature --- test/integration/client/prepared-statement-tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/client/prepared-statement-tests.js b/test/integration/client/prepared-statement-tests.js index a7e5087..ff2fac0 100644 --- a/test/integration/client/prepared-statement-tests.js +++ b/test/integration/client/prepared-statement-tests.js @@ -56,7 +56,6 @@ test("named prepared statement", function() { }); test("with same name, but the query text not even there batman!", function() { - return false; var q = client.query({ name: queryName, values: [30, '%n%']