null+****@clear*****
null+****@clear*****
2010年 6月 24日 (木) 12:17:36 JST
Kouhei Sutou 2010-06-24 03:17:36 +0000 (Thu, 24 Jun 2010)
New Revision: 1c8c600718650f5e1a19639fcb35971d2604fca1
Log:
fix a typo.
Modified files:
test/unit/util/test-string.c
Modified: test/unit/util/test-string.c (+1 -1)
===================================================================
--- test/unit/util/test-string.c 2010-06-24 03:06:48 +0000 (4106735)
+++ test/unit/util/test-string.c 2010-06-24 03:17:36 +0000 (379d7ac)
@@ -556,7 +556,7 @@ data_text_otoj(void)
"value", G_TYPE_STRING, "\"'\\aAzZ09 \n\t\r日本語",
NULL);
ADD_DATUM("LongText",
- "\"\\\"'\\\\aAzZ09 \\n\\t\\r日本語\"", GRN_DB_TEXT,
+ "\"\\\"'\\\\aAzZ09 \\n\\t\\r日本語\"", GRN_DB_LONG_TEXT,
"value", G_TYPE_STRING, "\"'\\aAzZ09 \n\t\r日本語",
NULL);
ADD_DATUM("TokyoGeoPoint", "\"35681396x139766049\"", GRN_DB_TOKYO_GEO_POINT,