[Groonga-commit] groonga/groonga [master] test: use descriptive test name

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 20日 (金) 11:27:01 JST


Kouhei Sutou	2012-07-20 11:27:01 +0900 (Fri, 20 Jul 2012)

  New Revision: 49e5f909ffef16b771cfbff2612be6167bbc1e92
  https://github.com/groonga/groonga/commit/49e5f909ffef16b771cfbff2612be6167bbc1e92

  Log:
    test: use descriptive test name

  Modified files:
    test/unit/core/test-database.c

  Modified: test/unit/core/test-database.c (+2 -2)
===================================================================
--- test/unit/core/test-database.c    2012-07-20 11:19:29 +0900 (3d3afcc)
+++ test/unit/core/test-database.c    2012-07-20 11:27:01 +0900 (9218009)
@@ -33,7 +33,7 @@ void test_expire_cache_on_recreate(void);
 void test_expression_lifetime_over_database(void);
 void test_get(void);
 void test_at(void);
-void test_lock(void);
+void test_open_locked_database_and_unlock(void);
 
 static gchar *tmp_directory;
 
@@ -308,7 +308,7 @@ test_at(void)
 }
 
 void
-test_lock(void)
+test_open_locked_database_and_unlock(void)
 {
   const gchar *path;
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



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