Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 374234 Details for
Bug 498406
media-libs/libmpdclient-2.9 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add output to t_iso8601 test
t_iso8601-output.patch (text/plain), 580 bytes, created by
Christoph Mende (RETIRED)
on 2014-04-04 09:06:47 UTC
(
hide
)
Description:
add output to t_iso8601 test
Filename:
MIME Type:
Creator:
Christoph Mende (RETIRED)
Created:
2014-04-04 09:06:47 UTC
Size:
580 bytes
patch
obsolete
>diff --git a/test/t_iso8601.c b/test/t_iso8601.c >index 1507ec3..506d084 100644 >--- a/test/t_iso8601.c >+++ b/test/t_iso8601.c >@@ -3,6 +3,7 @@ > > #include <assert.h> > #include <time.h> >+#include <stdio.h> > > int main(mpd_unused int argc, mpd_unused char **argv) > { >@@ -12,8 +13,10 @@ int main(mpd_unused int argc, mpd_unused char **argv) > > now = time(NULL); > success = iso8601_datetime_format(buffer, sizeof(buffer), now); >+ printf("buffer: %s\n", buffer); > assert(success); > > t = iso8601_datetime_parse(buffer); >+ printf("now: %ld\nt: %ld\n", now, t); > assert(t == now); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 498406
:
368054
| 374234 |
374530