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

アーカイブの一覧に戻る

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


SHIMODA Hiroshi	2012-07-06 14:31:41 +0900 (Fri, 06 Jul 2012)

  New Revision: 0ec24ff2bf9261cda6313ebdf4f9c0958446cb3f
  https://github.com/groonga/gcs/commit/0ec24ff2bf9261cda6313ebdf4f9c0958446cb3f

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

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

  Modified: test/api-configuration.test.js (+1 -1)
===================================================================
--- test/api-configuration.test.js    2012-07-06 14:29:22 +0900 (78e032c)
+++ test/api-configuration.test.js    2012-07-06 14:31:41 +0900 (39417eb)
@@ -93,7 +93,6 @@ 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'
@@ -145,6 +144,7 @@ suite('Configuration API', function() {
   });
 
   test('Get, Action=DefineIndexField', 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...
ダウンロード 



Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る