From: Martin Quinson Date: Wed, 3 Feb 2016 09:47:12 +0000 (+0100) Subject: add the bug number in the test case X-Git-Tag: v3_13~986 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cdc0eb560fa44171c290b798a5f7113a2ab3804a?hp=27fd3e11678975f5407e1926597c62e246bc1981 add the bug number in the test case --- diff --git a/teshsuite/java/semaphore/SemaphoreGC.java b/teshsuite/java/semaphore/SemaphoreGC.java index 224108a3db..e83ed12f1e 100644 --- a/teshsuite/java/semaphore/SemaphoreGC.java +++ b/teshsuite/java/semaphore/SemaphoreGC.java @@ -4,7 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ /* This test ensures that the used semaphores are not garbage-collected while we still use it. - * This was reported as bug #... on gforge. + * This was reported as bug #19893 on gforge. */ package semaphore;