[Groonga-commit] droonga/fluent-plugin-droonga at 0fc46c7 [master] test: use consistent name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 21 14:06:38 JST 2014


Kouhei Sutou	2014-03-21 14:06:38 +0900 (Fri, 21 Mar 2014)

  New Revision: 0fc46c7f1b39b018d89db2076f2ba36b71dfb02d
  https://github.com/droonga/fluent-plugin-droonga/commit/0fc46c7f1b39b018d89db2076f2ba36b71dfb02d

  Message:
    test: use consistent name

  Modified files:
    test/unit/catalog/test_dataset.rb

  Modified: test/unit/catalog/test_dataset.rb (+3 -3)
===================================================================
--- test/unit/catalog/test_dataset.rb    2014-03-21 14:05:34 +0900 (aac2c8a)
+++ test/unit/catalog/test_dataset.rb    2014-03-21 14:06:38 +0900 (e326ea4)
@@ -51,7 +51,7 @@ class CatalogDatasetTest < Test::Unit::TestCase
   end
 
   class PluginsTest < self
-    def test_nonexistent
+    def test_default
       data = {
       }
       dataset = create_dataset(data)
@@ -68,14 +68,14 @@ class CatalogDatasetTest < Test::Unit::TestCase
   end
 
   class FactTest < self
-    def test_nonexistent
+    def test_default
       data = {
       }
       dataset = create_dataset(data)
       assert_nil(dataset.fact)
     end
 
-    def test_existent
+    def test_specified
       data = {
         "fact" => "Users",
       }
-------------- next part --------------
HTML����������������������������...
Download 



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