mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-14 11:38:05 +02:00
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:
parent
864c7a4d97
commit
42e7c208b7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user