[Groonga-commit] groonga/fluent-plugin-droonga at a53c21a [master] test add: use self-descriptive table name for test request

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 13:31:05 JST 2013


Kosuke Asami	2013-07-22 13:31:05 +0900 (Mon, 22 Jul 2013)

  New Revision: a53c21a4def81adb6e5410a029d711e9f170f7d1
  https://github.com/groonga/fluent-plugin-droonga/commit/a53c21a4def81adb6e5410a029d711e9f170f7d1

  Message:
    test add: use self-descriptive table name for test request
    
    XXX         ->
    Nonexistent

  Modified files:
    test/plugin/test_handler_add.rb

  Modified: test/plugin/test_handler_add.rb (+1 -1)
===================================================================
--- test/plugin/test_handler_add.rb    2013-07-22 13:30:09 +0900 (5a60cee)
+++ test/plugin/test_handler_add.rb    2013-07-22 13:31:05 +0900 (f3f0e35)
@@ -121,7 +121,7 @@ class AddHandlerTest < Test::Unit::TestCase
   class TestFailure < self
     def test_nonexistent_table
       request = {
-        "table"  => "XXX",
+        "table"  => "Nonexistent",
         "values" => {},
       }
       @handler.add(request)
-------------- next part --------------
HTML����������������������������...
Download 



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