[Groonga-commit] groonga/gcs [master] Fix missing variable

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 7 16:33:59 JST 2012


YUKI Hiroshi	2012-12-07 16:33:59 +0900 (Fri, 07 Dec 2012)

  New Revision: d38369aca20d8fe2a109d02b8b183089273f2db8
  https://github.com/groonga/gcs/commit/d38369aca20d8fe2a109d02b8b183089273f2db8

  Log:
    Fix missing variable

  Modified files:
    test/database-storage.js

  Modified: test/database-storage.js (+1 -0)
===================================================================
--- test/database-storage.js    2012-12-07 16:33:04 +0900 (33b26bb)
+++ test/database-storage.js    2012-12-07 16:33:59 +0900 (b6c68c5)
@@ -79,6 +79,7 @@ suite('database', function() {
         storage.saveSync(updatedDocument);
       });
 
+      var filePath = path.join(utils.temporaryDirectory, 'storage', sha1hash(document.id));
       var contents = fs.readFileSync(filePath, 'UTF-8');
       contents = JSON.parse(contents);
       assert.deepEqual(contents, updatedDocument);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index