null+****@clear*****
null+****@clear*****
2011年 3月 13日 (日) 11:14:41 JST
Kouhei Sutou 2011-03-13 02:14:41 +0000 (Sun, 13 Mar 2011)
New Revision: 0a72255b6820df836a1c7174835efd8e4c68dbfd
Log:
fix typos.
Modified files:
test/unit/lib/grn-test-shortcut.h
Modified: test/unit/lib/grn-test-shortcut.h (+2 -2)
===================================================================
--- test/unit/lib/grn-test-shortcut.h 2011-03-10 08:26:58 +0000 (755f069)
+++ test/unit/lib/grn-test-shortcut.h 2011-03-13 02:14:41 +0000 (67db343)
@@ -30,7 +30,7 @@
cut_test_with_user_message( \
grn_test_send_command((context), (command)), \
__VA_ARGS__), \
- grn_assert_send_command(context, command))
+ assert_send_command(context, command))
#define assert_send_command_error(expected_rc, expected_message, \
command, ...) \
@@ -43,6 +43,6 @@
cut_test_with_user_message( \
grn_test_send_commands((context), (commands)), \
__VA_ARGS__), \
- grn_assert_send_commands(context, commands))
+ assert_send_commands(context, commands))
#endif