[Groonga-commit] droonga/fluent-plugin-droonga at 25c7a42 [master] test: Add "_result" suffix to query names

Zurück zum Archiv-Index

Yoji Shidara null+****@clear*****
Tue Nov 19 11:47:37 JST 2013


Yoji Shidara	2013-11-19 11:47:37 +0900 (Tue, 19 Nov 2013)

  New Revision: 25c7a422ca97804aea3434aee3b9dd8705e7cc27
  https://github.com/droonga/fluent-plugin-droonga/commit/25c7a422ca97804aea3434aee3b9dd8705e7cc27

  Message:
    test: Add "_result" suffix to query names
    
    This fixes 3 tests broken with 339f6342db06eb8f333be2ef4cddea2ac26d8e9a

  Modified files:
    test/plugin/adapter/groonga/test_select.rb

  Modified: test/plugin/adapter/groonga/test_select.rb (+3 -3)
===================================================================
--- test/plugin/adapter/groonga/test_select.rb    2013-11-15 17:02:35 +0900 (4325b63)
+++ test/plugin/adapter/groonga/test_select.rb    2013-11-19 11:47:37 +0900 (ccf5e4b)
@@ -29,7 +29,7 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
 
       expected_search_request = {
         "queries" => {
-          "EmptyTable" => {
+          "EmptyTable_result" => {
             "source"   => "EmptyTable",
             "output"   => {
               "elements"   => [
@@ -62,7 +62,7 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
 
         expected_search_request = {
           "queries" => {
-            "EmptyTable" => {
+            "EmptyTable_result" => {
               "source"   => "EmptyTable",
               "output"   => {
                 "elements"   => [
@@ -106,7 +106,7 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
 
         expected_search_request = {
           "queries" => {
-            "EmptyTable" => {
+            "EmptyTable_result" => {
               "source"   => "EmptyTable",
               "condition"=> {
                 "query"  => "QueryTest",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index