changed assertion messages, so older emacsen can also detect failing

2008-08-15 12:41:26  Tim Janik  <timj@imendio.com>

	* glib/gtestutils.c: changed assertion messages, so older emacsen
	can also detect failing source file and line, fixes:
	Bug 502498 – Test framework assertion failures should follow gcc error format


svn path=/trunk/; revision=7358
This commit is contained in:
12:41:26 Tim Janik
2008-08-15 10:44:57 +00:00
committed by Tim Janik
parent 4cafadc955
commit 6011a022d9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2008-08-15 12:41:26 Tim Janik <timj@imendio.com>
* glib/gtestutils.c: changed assertion messages, so older emacsen
can also detect failing source file and line, fixes:
Bug 502498 Test framework assertion failures should follow gcc error format
2008-08-14 Matthias Clasen <mclasen@redhat.com>
Bug 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict,