[Groonga-commit] groonga/grnxx at c88bb1e [master] Add tests for grnxx::map::Patricia.

Back to archive index

susumu.yata null+****@clear*****
Thu Jun 27 16:28:19 JST 2013


susumu.yata	2013-06-27 16:28:19 +0900 (Thu, 27 Jun 2013)

  New Revision: c88bb1e2705b3d7cf8c8666f27525f2f35061430
  https://github.com/groonga/grnxx/commit/c88bb1e2705b3d7cf8c8666f27525f2f35061430

  Message:
    Add tests for grnxx::map::Patricia.

  Modified files:
    test/test_map.cpp

  Modified: test/test_map.cpp (+1 -0)
===================================================================
--- test/test_map.cpp    2013-06-27 16:27:24 +0900 (4708dfa)
+++ test/test_map.cpp    2013-06-27 16:28:19 +0900 (b328b8e)
@@ -960,6 +960,7 @@ template <typename T>
 void test_map() {
   test_map<T>(grnxx::MAP_ARRAY);
   test_map<T>(grnxx::MAP_HASH_TABLE);
+  test_map<T>(grnxx::MAP_PATRICIA);
 }
 
 void test_bytes_store() {
-------------- next part --------------
HTML����������������������������...
Download 



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