[Groonga-commit] groonga/groonga at 1e39a03 [master] test: update test_patricia_trie_with_records

Back to archive index

Susumu Yata null+****@clear*****
Fri Jan 15 21:53:42 JST 2016


Susumu Yata	2016-01-15 21:53:42 +0900 (Fri, 15 Jan 2016)

  New Revision: 1e39a03b288d8c46638e528e4e7f8f52becec71f
  https://github.com/groonga/groonga/commit/1e39a03b288d8c46638e528e4e7f8f52becec71f

  Message:
    test: update test_patricia_trie_with_records
    
    GitHub: #452

  Modified files:
    test/unit/core/test-inspect.c

  Modified: test/unit/core/test-inspect.c (+7 -7)
===================================================================
--- test/unit/core/test-inspect.c    2016-01-15 21:41:52 +0900 (dcce6a3)
+++ test/unit/core/test-inspect.c    2016-01-15 21:53:42 +0900 (d968274)
@@ -508,14 +508,14 @@ test_patricia_trie_with_records(void)
     "keys:[\"groonga.org\", \"razil.jp\"] "
     "subrec:none "
     "nodes:{\n"
-    "2(\"razil.jp\"){0,3,0}[01110010 01100001 01111010 01101001 "
-                           "01101100 00101110 01101010 01110000]\n"
-    "  L:1(\"groonga.org\"){10,7,0}[01100111 01110010 01101111 01101111 "
-                                   "01101110 01100111 01100001 00101110 "
-                                   "01101111 01110010 01100111]\n"
+    "2\n"
+    "  L:1\n"
     "    L:0\n"
-    "    R:1\n"
-    "  R:2\n"
+    "    R:1(\"groonga.org\"){10,7,0}[01100111 01110010 01101111 01101111 "
+                                     "01101110 01100111 01100001 00101110 "
+                                     "01101111 01110010 01100111]\n"
+    "  R:2(\"razil.jp\"){0,3,0}[01110010 01100001 01111010 01101001 "
+                               "01101100 00101110 01101010 01110000]\n"
     "}"
     ">",
     inspected_string());
-------------- next part --------------
HTML����������������������������...
Download 



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