[Groonga-commit] groonga/gcs [master] Fix path to fixture files

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 19:19:35 JST


SHIMODA Hiroshi	2012-08-09 19:19:35 +0900 (Thu, 09 Aug 2012)

  New Revision: 613e42de9376fc1e3d121d382446f63dc77c10b8
  https://github.com/groonga/gcs/commit/613e42de9376fc1e3d121d382446f63dc77c10b8

  Log:
    Fix path to fixture files

  Modified files:
    test/gcs-commands.test.js

  Modified: test/gcs-commands.test.js (+2 -2)
===================================================================
--- test/gcs-commands.test.js    2012-08-09 19:18:56 +0900 (20c0037)
+++ test/gcs-commands.test.js    2012-08-09 19:19:35 +0900 (60c49bd)
@@ -747,7 +747,7 @@ suite('gcs-post-sdf', function() {
 
   test('post unknown format file', function(done) {
     setupDomain();
-    var batchFile = path.join(__dirname, 'fixtures', 'synonyms.txt');
+    var batchFile = path.join(__dirname, 'fixture', 'synonyms.txt');
     utils
       .run('gcs-post-sdf',
            '--domain-name', 'companies',
@@ -769,7 +769,7 @@ suite('gcs-post-sdf', function() {
 
   test('post missing file', function(done) {
     setupDomain();
-    var batchFile = path.join(__dirname, 'fixtures', 'not-exists.json');
+    var batchFile = path.join(__dirname, 'fixture', 'not-exists.json');
     utils
       .run('gcs-post-sdf',
            '--domain-name', 'companies',
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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