[Groonga-commit] droonga/express-droonga at 8dbc306 [master] Remove out of focus assertions

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 17 20:28:33 JST 2014


YUKI Hiroshi	2014-10-17 20:28:33 +0900 (Fri, 17 Oct 2014)

  New Revision: 8dbc306539b23e6176aa2f5a18312422872cb678
  https://github.com/droonga/express-droonga/commit/8dbc306539b23e6176aa2f5a18312422872cb678

  Message:
    Remove out of focus assertions

  Modified files:
    test/adapter/api/groonga/basic.test.js

  Modified: test/adapter/api/groonga/basic.test.js (+0 -12)
===================================================================
--- test/adapter/api/groonga/basic.test.js    2014-10-17 20:25:59 +0900 (e7423d5)
+++ test/adapter/api/groonga/basic.test.js    2014-10-17 20:28:33 +0900 (4f35ac3)
@@ -49,12 +49,6 @@ suite('adapter/api/groonga: basic commands', function() {
         .end(function(error, response) {
           if (error)
             return done(error);
-
-          try {
-            assert.deepEqual(response.body, true);
-          } catch(error) {
-            return done(error);
-          }
           done();
         });
     });
@@ -67,12 +61,6 @@ suite('adapter/api/groonga: basic commands', function() {
         .end(function(error, response) {
           if (error)
             return done(error);
-
-          try {
-            assert.deepEqual(response.body, true);
-          } catch(error) {
-            return done(error);
-          }
           done();
         });
     });
-------------- next part --------------
HTML����������������������������...
Descargar 



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