[Groonga-commit] groonga/gcs [master] Run tests asynchronously

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Aug 27 16:22:51 JST 2012


YUKI Hiroshi	2012-08-27 16:22:51 +0900 (Mon, 27 Aug 2012)

  New Revision: 65964b7232984a63baeb81c6a9b73cef117cad0c
  https://github.com/groonga/gcs/commit/65964b7232984a63baeb81c6a9b73cef117cad0c

  Log:
    Run tests asynchronously

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

  Modified: test/gcs-commands.test.js (+4 -4)
===================================================================
--- test/gcs-commands.test.js    2012-08-27 15:47:00 +0900 (c52a957)
+++ test/gcs-commands.test.js    2012-08-27 16:22:51 +0900 (10e0451)
@@ -705,7 +705,7 @@ suite('gcs-configure-default-search-field', function() {
   setup(commonSetup);
   teardown(commonTeardown);
 
-  test('set to an existing field', function() {
+  test('set to an existing field', function(done) {
     var domain = new Domain('companies', context).createSync();
     domain.getIndexField('name').setType('text').createSync();
     utils
@@ -729,7 +729,7 @@ suite('gcs-configure-default-search-field', function() {
       });
   });
 
-  test('set to a missing field', function() {
+  test('set to a missing field', function(done) {
     var domain = new Domain('companies', context).createSync();
     domain.getIndexField('name').setType('text').createSync();
     utils
@@ -755,7 +755,7 @@ suite('gcs-configure-default-search-field', function() {
       });
   });
 
-  test('set to blank', function() {
+  test('set to blank', function(done) {
     var domain = new Domain('companies', context).createSync();
     domain.getIndexField('name').setType('text').createSync();
     utils
@@ -784,7 +784,7 @@ suite('gcs-configure-default-search-field', function() {
       });
   });
 
-  test('set to blank (omitted "name" option)', function() {
+  test('set to blank (omitted "name" option)', function(done) {
     var domain = new Domain('companies', context).createSync();
     domain.getIndexField('name').setType('text').createSync();
     utils
-------------- next part --------------
HTML����������������������������...
Download 



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