[Groonga-commit] groonga/grnxx at 62b382b [master] Fix wrong comments.

Back to archive index

susumu.yata null+****@clear*****
Thu Aug 21 10:20:01 JST 2014


susumu.yata	2014-08-21 10:20:01 +0900 (Thu, 21 Aug 2014)

  New Revision: 62b382b80f0536eb8a1df645ed1d2acc7792732d
  https://github.com/groonga/grnxx/commit/62b382b80f0536eb8a1df645ed1d2acc7792732d

  Message:
    Fix wrong comments.

  Modified files:
    test/test_pipeline.cpp

  Modified: test/test_pipeline.cpp (+2 -2)
===================================================================
--- test/test_pipeline.cpp    2014-08-20 20:00:00 +0900 (788ea9b)
+++ test/test_pipeline.cpp    2014-08-21 10:20:01 +0900 (db658f1)
@@ -48,7 +48,7 @@ void init_test() {
   test.table = test.db->create_table(&error, "Table");
   assert(test.table);
 
-  // Create columns for Bool, Int, Float, and Text values.
+  // Create columns for Bool, Int, and Float values.
   grnxx::DataType data_type = grnxx::BOOL_DATA;
   auto bool_column = test.table->create_column(&error, "Bool", data_type);
   assert(bool_column);
@@ -243,7 +243,7 @@ void test_sorter() {
   assert(expression);
   assert(pipeline_builder->push_adjuster(&error, std::move(expression)));
 
-  // Create a sorter.
+  // Create a sorter (Int, _id).
   grnxx::Array<grnxx::SortOrder> orders;
   assert(orders.resize(&error, 2));
   assert(expression_builder->push_column(&error, "Int"));
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index