[Groonga-commit] groonga/gcs [master] Update shrinkwrap and follow the nroonga's update

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 10日 (火) 10:34:27 JST


Yoji SHIDARA	2012-07-10 10:34:27 +0900 (Tue, 10 Jul 2012)

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

  Log:
    Update shrinkwrap and follow the nroonga's update
    
    The latest nroonga (0.1.10) returns '' for a dump of a blank database.

  Modified files:
    npm-shrinkwrap.json
    test/api-configuration.test.js

  Modified: npm-shrinkwrap.json (+26 -3)
===================================================================
--- npm-shrinkwrap.json    2012-07-10 10:17:31 +0900 (69c6a2a)
+++ npm-shrinkwrap.json    2012-07-10 10:34:27 +0900 (8d95a66)
@@ -6,10 +6,33 @@
       "version": "1.0.0"
     },
     "nroonga": {
-      "version": "0.1.9",
+      "version": "0.1.10",
       "dependencies": {
         "msgpack2": {
           "version": "0.1.7"
+        },
+        "coffee-script": {
+          "version": "1.3.3"
+        },
+        "should": {
+          "version": "0.6.3"
+        },
+        "mocha": {
+          "version": "1.2.2",
+          "dependencies": {
+            "commander": {
+              "version": "0.6.1"
+            },
+            "growl": {
+              "version": "1.5.1"
+            },
+            "diff": {
+              "version": "1.0.2"
+            },
+            "debug": {
+              "version": "0.7.0"
+            }
+          }
         }
       }
     },
@@ -56,10 +79,10 @@
       "version": "1.0.2-1.2.3"
     },
     "chai": {
-      "version": "1.1.0"
+      "version": "1.1.1"
     },
     "mocha": {
-      "version": "1.2.2",
+      "version": "1.3.0",
       "dependencies": {
         "commander": {
           "version": "0.6.1"

  Modified: test/api-configuration.test.js (+1 -2)
===================================================================
--- test/api-configuration.test.js    2012-07-10 10:17:31 +0900 (67d57fe)
+++ test/api-configuration.test.js    2012-07-10 10:34:27 +0900 (6b1204d)
@@ -96,8 +96,7 @@ suite('Configuration API', function() {
       })
       .next(function(response) {
         var dump = database.commandSync('dump');
-        // var expected = '';
-        var expected = undefined; // nroonga returns undefined for a blank database!
+        var expected = '';
         assert.equal(dump, expected);
 
         var expected = {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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