null+****@clear*****
null+****@clear*****
2011年 2月 18日 (金) 12:03:17 JST
Kouhei Sutou 2011-02-18 03:03:17 +0000 (Fri, 18 Feb 2011)
New Revision: ceaed352eae689d27798a78c5fe69617ebb1881f
Log:
test-register -> test-plugin.
Modified files:
test/unit/core/Makefile.am
Renamed files:
test/unit/core/test-plugin.c
(from test/unit/core/test-register.c)
Modified: test/unit/core/Makefile.am (+2 -2)
===================================================================
--- test/unit/core/Makefile.am 2011-02-17 13:16:37 +0000 (6b51e4a)
+++ test/unit/core/Makefile.am 2011-02-18 03:03:17 +0000 (900450a)
@@ -32,7 +32,7 @@ noinst_LTLIBRARIES = \
test-encoding.la \
test-view.la \
test-view-operations.la \
- test-register.la \
+ test-plugin.la \
test-function.la \
test-function-edit-distance.la \
test-store-ja.la \
@@ -108,7 +108,7 @@ test_cast_table_la_SOURCES = test-cast-table.c
test_encoding_la_SOURCES = test-encoding.c
test_view_la_SOURCES = test-view.c
test_view_operations_la_SOURCES = test-view-operations.c
-test_register_la_SOURCES = test-register.c
+test_plugin_la_SOURCES = test-plugin.c
test_function_la_SOURCES = test-function.c
test_function_edit_distance_la_SOURCES = test-function-edit-distance.c
test_store_ja_la_SOURCES = test-store-ja.c
Renamed: test/unit/core/test-plugin.c (+2 -2) 96%
===================================================================
--- test/unit/core/test-register.c 2011-02-17 13:16:37 +0000 (f438037)
+++ test/unit/core/test-plugin.c 2011-02-18 03:03:17 +0000 (6794dbd)
@@ -1,6 +1,6 @@
/* -*- c-basic-offset: 2; coding: utf-8 -*- */
/*
- Copyright (C) 2010 Kouhei Sutou <kou****@clear*****>
+ Copyright (C) 2010-2011 Kouhei Sutou <kou****@clear*****>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -34,7 +34,7 @@ void
cut_startup(void)
{
tmp_directory = g_build_filename(grn_test_get_tmp_dir(),
- "register",
+ "plugin",
NULL);
}