From f5e6e60cbea2db77d275e34c3e61c590b49dbf48 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 5 Aug 2013 02:27:23 -0700 Subject: fix bug with couchdb result parsing --- test/files/empty_couchdb_result | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/empty_couchdb_result (limited to 'test/files') diff --git a/test/files/empty_couchdb_result b/test/files/empty_couchdb_result new file mode 100644 index 0000000..5cde81a --- /dev/null +++ b/test/files/empty_couchdb_result @@ -0,0 +1,5 @@ +{ + "total_rows":2, + "offset":2, + "rows":[] +} -- cgit v1.2.3