[Groonga-commit] groonga/grntest [master] test: use JSON type for test name

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 6日 (水) 13:39:08 JST


Haruka Yoshihara	2012-06-06 13:39:08 +0900 (Wed, 06 Jun 2012)

  New Revision: 4eb8adef65d6ee2d7fd21726f0108becadd73f78

  Log:
    test: use JSON type for test name

  Modified files:
    test/test-executor.rb

  Modified: test/test-executor.rb (+2 -2)
===================================================================
--- test/test-executor.rb    2012-06-06 13:38:51 +0900 (0433e14)
+++ test/test-executor.rb    2012-06-06 13:39:08 +0900 (e57480c)
@@ -83,7 +83,7 @@ class TestExecutor < Test::Unit::TestCase
       assert_equal(expected_url, actual_url)
     end
 
-    def test_load_command
+    def test_load_json_array
       load_command = "load --table Sites"
       load_values = <<EOF
 [
@@ -104,7 +104,7 @@ EOF
       assert_equal(expected_url, actual_url)
     end
 
-    def test_load_command_with_json_value
+    def test_load_json_object
       load_command = "load --table Sites"
       load_values = <<EOF
 [




Groonga-commit メーリングリストの案内
Back to archive index