From b7f9d01f3e2782b1dccd30096f83dffe038ba1c7 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Mon, 18 Aug 2014 10:00:13 +0100 Subject: [PATCH] [test,add][xs]: addendum to last commit 095f64e1f3cca2f036d82f614928415217198aaf to fix tests. --- test/index.html | 2 +- test/model.test.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index 16a1619d..f442c2a9 100644 --- a/test/index.html +++ b/test/index.html @@ -52,7 +52,7 @@ - + diff --git a/test/model.test.js b/test/model.test.js index d546d8c3..13a2c089 100644 --- a/test/model.test.js +++ b/test/model.test.js @@ -202,6 +202,8 @@ test('query with plain object', function () { }); }); +// TODO: this has a dependency on the external csv backend +// May want to refactor or remove (?) test('fetch without and with explicit fields', function () { var dataset = new recline.Model.Dataset({ backend: 'csv',