[Groonga-commit] groonga/groonga at 8e1e2fc [master] test: fix ">" position

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 21 20:48:38 JST 2014


Kouhei Sutou	2014-07-21 20:48:38 +0900 (Mon, 21 Jul 2014)

  New Revision: 8e1e2fc35baaf291e8d8ec8d3c9b4098d08aab48
  https://github.com/groonga/groonga/commit/8e1e2fc35baaf291e8d8ec8d3c9b4098d08aab48

  Message:
    test: fix ">" position

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

  Modified: test/unit/core/test-inspect.c (+1 -1)
===================================================================
--- test/unit/core/test-inspect.c    2014-07-21 17:13:41 +0900 (848db58)
+++ test/unit/core/test-inspect.c    2014-07-21 20:48:38 +0900 (806e42e)
@@ -587,7 +587,7 @@ test_uvector_with_records(void)
   cut_assert_equal_string(
     "["
     "#<element record:#<record:pat:Sites id:1 key:\"groonga.org\">, weight:0>, "
-    "#<element record:#<record:pat:Sites id:2 key:\"razil.jp\", weight:0>>"
+    "#<element record:#<record:pat:Sites id:2 key:\"razil.jp\">, weight:0>"
     "]",
     inspected_string());
 }
-------------- next part --------------
HTML����������������������������...
Download 



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