[Groonga-commit] groonga/gcs [master] Define tables before try to delete the domain #30

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 6日 (金) 14:29:22 JST


SHIMODA Hiroshi	2012-07-06 14:29:22 +0900 (Fri, 06 Jul 2012)

  New Revision: 3ff200755b3c95fe7d956d24e8bb40013495a3c3
  https://github.com/groonga/gcs/commit/3ff200755b3c95fe7d956d24e8bb40013495a3c3

  Log:
    Define tables before try to delete the domain #30

  Modified files:
    test/api-configuration.test.js

  Modified: test/api-configuration.test.js (+1 -0)
===================================================================
--- test/api-configuration.test.js    2012-07-06 14:27:51 +0900 (6f3ce0a)
+++ test/api-configuration.test.js    2012-07-06 14:29:22 +0900 (78e032c)
@@ -93,6 +93,7 @@ suite('Configuration API', function() {
   });
 
   test('Get, Action=CreateDomain', function(done) {
+    utils.loadDumpFile(database, __dirname + '/fixture/companies/ddl.grn');
     var path = '/?DomainName=companies&Action=CreateDomain&Version=2011-02-01';
     utils.get(path, {
                 'Host': 'cloudsearch.localhost'
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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