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)
This commit is contained in:
Matthias Clasen 2006-01-12 20:27:16 +00:00 committed by Matthias Clasen
parent 864c7a4d97
commit 42e7c208b7
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -1,3 +1,9 @@
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

View File

@ -1,3 +1,9 @@
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

View File

@ -154,9 +154,7 @@ int main (int argc, char *argv[])
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) {