null+****@clear*****
null+****@clear*****
2011年 7月 12日 (火) 15:56:57 JST
Kouhei Sutou 2011-07-12 06:56:57 +0000 (Tue, 12 Jul 2011)
New Revision: 4e38fc7bacd3c68e11791bf5d0e90adc347f4a62
Log:
[test][column] follow error message improvement change.
Modified files:
test/unit/core/test-column.c
Modified: test/unit/core/test-column.c (+3 -2)
===================================================================
--- test/unit/core/test-column.c 2011-07-12 06:48:32 +0000 (f41dfbe)
+++ test/unit/core/test-column.c 2011-07-12 06:56:57 +0000 (bbc0a63)
@@ -1,6 +1,6 @@
/* -*- c-basic-offset: 2; coding: utf-8 -*- */
/*
- Copyright (C) 2009-2010 Kouhei Sutou <kou****@clear*****>
+ Copyright (C) 2009-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
@@ -174,6 +174,7 @@ test_create_on_temporary_table(void)
NULL, 0,
get_object("Int32"));
grn_test_assert_error(GRN_INVALID_ARGUMENT,
- "temporary table doesn't support column",
+ "[column][create]: "
+ "temporary table doesn't support column: <count>",
context);
}