[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] keep up-to-date with cutter.

Back to archive index

mir null+****@clear*****
Thu Oct 4 10:20:01 JST 2012


mir	2010-03-11 19:52:45 +0900 (Thu, 11 Mar 2010)

  New Revision: dbeffe50c7464117a1e9fab08619abc043775bd4
  https://github.com/mroonga/mroonga/commit/dbeffe50c7464117a1e9fab08619abc043775bd4

  Log:
    keep up-to-date with cutter.

  Modified files:
    test/unit/test-driver.c

  Modified: test/unit/test-driver.c (+3 -3)
===================================================================
--- test/unit/test-driver.c    2010-01-08 15:13:41 +0900 (b502631)
+++ test/unit/test-driver.c    2010-03-11 19:52:45 +0900 (d52e77e)
@@ -787,11 +787,11 @@ void test_mrn_bitmap_macro()
   int i;
   for (i=0; i < 128*8; i++)
   {
-    cut_assert_false(MRN_IS_BIT(a,i),"precheck: idx=%d",i);
+    cut_assert_false(MRN_IS_BIT(a,i));
     MRN_SET_BIT(a,i);
-    cut_assert_true(MRN_IS_BIT(a,i),"after set: idx=%d",i);
+    cut_assert_true(MRN_IS_BIT(a,i));
     MRN_CLEAR_BIT(a,i);
-    cut_assert_false(MRN_IS_BIT(a,i),"after clear: idx=%d",i);
+    cut_assert_false(MRN_IS_BIT(a,i));
   }
   g_free(a);
 }
-------------- next part --------------
HTML����������������������������...
Download 



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