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

Zurück zum Archiv-Index

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


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

  New Revision: 5b2b9a79275281a068e76407d18c1276e6eb6753
  https://github.com/groonga/gcs/commit/5b2b9a79275281a068e76407d18c1276e6eb6753

  Log:
    Fix path to the fixture file

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

  Modified: test/gcs-commands.test.js (+2 -2)
===================================================================
--- test/gcs-commands.test.js    2012-08-09 19:12:20 +0900 (2e59c55)
+++ test/gcs-commands.test.js    2012-08-09 19:13:12 +0900 (d020ad6)
@@ -620,7 +620,7 @@ suite('gcs-post-sdf', function() {
   setup(commonSetup);
   teardown(commonTeardown);
 
-  var fixturesDirectory = path.join(__dirname, 'fixtures', 'companies');
+  var fixturesDirectory = path.join(__dirname, 'fixture', 'companies');
   
   function setupDomain() {
     var domain = new Domain('companies', context);
@@ -706,7 +706,7 @@ suite('gcs-post-sdf', function() {
                            message:
                              'Processing: ' + batchFile + '\n' +
                              'Detected source format for ' + 
-                               'delete.sdf.json as json\n' +
+                               'invalid.sdf.json as json\n' +
                              'Validation failed.\n' +
                              'invalidfield: The field "unknown1" is ' +
                                'unknown. (available: address,age,' +
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index