[Groonga-commit] groonga/gcs [master] Use wrapped nroonga for the temporary database

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 12:51:01 JST


SHIMODA Hiroshi	2012-08-06 12:51:01 +0900 (Mon, 06 Aug 2012)

  New Revision: 7a0ddf7611d180f1d86933ed32fcd4c750919f60
  https://github.com/groonga/gcs/commit/7a0ddf7611d180f1d86933ed32fcd4c750919f60

  Log:
    Use wrapped nroonga for the temporary database

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+1 -1)
===================================================================
--- test/test-utils.js    2012-08-06 12:50:34 +0900 (e77403e)
+++ test/test-utils.js    2012-08-06 12:51:01 +0900 (d4a832c)
@@ -89,7 +89,7 @@ exports.createTemporaryDatabase = function() {
     path: databasePath,
     get: function() {
       return this._context ||
-             (this._context = new nativeNroonga.Database(databasePath));
+             (this._context = new wrappedNroonga.Database(databasePath));
     },
     clear: function() {
       var context = this._context;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index