changeset 40:f54c719b118d

Tests now use fake storage.
author Atul Varma <varmaa@toolness.com>
date Tue, 14 Apr 2009 10:22:28 -0700
parents e6146c964929
children 3fd3aacf33fb
files tests.js
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests.js	Tue Apr 14 10:15:42 2009 -0700
+++ b/tests.js	Tue Apr 14 10:22:28 2009 -0700
@@ -75,7 +75,9 @@
               }
             );
           });
-      });
+      },
+      new FakeStorage()
+    );
   },
   _mapWordFrequencies: function(doc, emit) {
     var words = doc.content.split(" ");