From 08c217ebd6e9f82842225ec1c848a7e525762ea8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 7 Dec 2013 16:45:54 -0800 Subject: [PATCH] Add BOOL[] test. --- test.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test.rs b/test.rs index 44fd9642..0c3140b2 100644 --- a/test.rs +++ b/test.rs @@ -452,6 +452,11 @@ fn test_float8array_params() { test_array_params!("FLOAT8", 0f64, "0", 1.5f64, "1.5", 0.009f64, ".009"); } +#[test] +fn test_boolarray_params() { + test_array_params!("BOOL", false, "f", true, "t", true, "t"); +} + #[test] fn test_hstore_params() { macro_rules! make_map(