[Groonga-commit] groonga/groonga [master] [delte][test] remove needless prefix.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 3日 (金) 11:38:06 JST


Kouhei Sutou	2012-02-03 11:38:06 +0900 (Fri, 03 Feb 2012)

  New Revision: a725dca4d6db83d95b27e5e59c524bb46d324ca4

  Log:
    [delte][test] remove needless prefix.

  Modified files:
    test/unit/core/test-command-delete.c

  Modified: test/unit/core/test-command-delete.c (+6 -6)
===================================================================
--- test/unit/core/test-command-delete.c    2012-02-03 11:34:19 +0900 (9738a31)
+++ test/unit/core/test-command-delete.c    2012-02-03 11:38:06 +0900 (9f8fe20)
@@ -23,9 +23,9 @@
 
 #include <str.h>
 
-void test_by_id(void);
-void test_by_filter(void);
-void test_by_key(void);
+void test_id(void);
+void test_filter(void);
+void test_key(void);
 void test_referenced_record(void);
 void test_uint64(void);
 void test_last_token(void);
@@ -123,7 +123,7 @@ cut_teardown(void)
 }
 
 void
-test_by_id(void)
+test_id(void)
 {
   assert_send_command("delete Users --id 1");
   cut_assert_equal_string("[[[3],"
@@ -136,7 +136,7 @@ test_by_id(void)
 }
 
 void
-test_by_filter(void)
+test_filter(void)
 {
   assert_send_command("delete Users --filter "
                         "\"_key == \\\"tapo\\\"\"");
@@ -150,7 +150,7 @@ test_by_filter(void)
 }
 
 void
-test_by_key(void)
+test_key(void)
 {
   assert_send_command("delete Users tapo");
   cut_assert_equal_string("[[[3],"




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