Joerg Mayer wrote:
>On Sun, Oct 20, 2013 at 02:18:19AM +0000, eapache@xxxxxxxxxxxxx wrote:
>> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52701
>>
>> User: eapache
>> Date: 2013/10/20 02:18 AM
>>
>> Log:
>> Don't use g_assert_cmpint, it isn't happy on Windows. g_assert is nearly as good
>> except it doesn't produce as nice error messages.
>
>How about adding it to check api?
That's a good idea, since it was certainly news to me. I also looked and couldn't find anything in the gnome bugzilla. The closest I could find was this: https://bugzilla.gnome.org/show_bug.cgi?id=516916
So for those of us without handy access to Windows (at the moment) what's the issue, exactly? Are there other parts of gnome testing environment that won't work under Windows?
Ed