2006-01-12 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c (main): Fix the
assert to not always trigger. (#326558,
Daichi Kawahata)
+2006-01-12 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/asyncqueue-test.c (main): Fix the
+ assert to not always trigger. (#326558,
+ Daichi Kawahata)
+
2006-01-11 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c: Don't test items_read and
+2006-01-12 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/asyncqueue-test.c (main): Fix the
+ assert to not always trigger. (#326558,
+ Daichi Kawahata)
+
2006-01-11 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c: Don't test items_read and
+2006-01-12 Matthias Clasen <mclasen@redhat.com>
+
+ * tests/asyncqueue-test.c (main): Fix the
+ assert to not always trigger. (#326558,
+ Daichi Kawahata)
+
2006-01-11 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c: Don't test items_read and
g_thread_pool_push (thread_pool, GINT_TO_POINTER (i), &error);
- if (!error) {
- g_assert_not_reached ();
- }
+ g_assert (error == NULL);
}
if (!SORT_QUEUE_AFTER) {