[Groonga-commit] groonga/express-kotoumi [master] Fix path to load module

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 28 11:30:27 JST 2013


YUKI Hiroshi	2013-01-28 11:30:27 +0900 (Mon, 28 Jan 2013)

  New Revision: cddd4819d97cc7fd799f59658245ab89bac0e935
  https://github.com/groonga/express-kotoumi/commit/cddd4819d97cc7fd799f59658245ab89bac0e935

  Log:
    Fix path to load module

  Modified files:
    test/rest-request-builder.test.js

  Modified: test/rest-request-builder.test.js (+1 -1)
===================================================================
--- test/rest-request-builder.test.js    2013-01-28 11:26:59 +0900 (0bd78ad)
+++ test/rest-request-builder.test.js    2013-01-28 11:30:27 +0900 (943a52e)
@@ -2,7 +2,7 @@ var assert = require('chai').assert;
 
 var utils = require('./test-utils');
 
-var builders = require('../lib/rest-request-builder');
+var builders = require('../lib/frontend/rest-request-builder');
 
 suite('building message from REST API request', function() {
   suite('search', function() {
-------------- next part --------------
HTML����������������������������...
Download 



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