Navigation Menu

Skip to content

Commit

Permalink
test: Add missing expected loaded plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent 6f70275 commit c6a6e16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/adapter/http.test.js
Expand Up @@ -37,8 +37,12 @@ suite('HTTP Adapter', function() {
definition: restAPI.search },
{ name: 'groonga',
definition: groongaAPI.groonga },
{ name: 'groonga-json',
definition: groongaAPI['groonga-json'] },
{ name: 'groonga-load',
definition: groongaAPI['groonga-load'] },
{ name: 'groonga-load-json',
definition: groongaAPI['groonga-load-json'] },
{ name: 'droonga',
definition: droongaAPI.droonga },
{ name: 'droonga-streaming:watch',
Expand Down

0 comments on commit c6a6e16

Please sign in to comment.