aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids_test.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
Change-Id: I487a3451344796447f0d5621b993cc89c29e93b5 Reviewed-on: https://code.wireshark.org/review/2383 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-06-19Fix warnings in test binariesEvan Huus1-4/+4
They aren't built with the same warning flags as normal, but if you add those flags a bunch of warnings show up. Change-Id: If3776fbd98cc45e473f055e07c86ea8f6a5034f7 Reviewed-on: https://code.wireshark.org/review/2432 Reviewed-by: Evan Huus <eapache@gmail.com>
2013-12-23First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus1-5/+9
svn path=/trunk/; revision=54420
2013-10-26From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9330:Pascal Quantin1-1/+35
Add OID tests for adding named arcs svn path=/trunk/; revision=52878
2013-10-20Don't use g_assert_cmpint, it isn't happy on Windows. g_assert is nearly as goodEvan Huus1-43/+43
except it doesn't produce as nice error messages. svn path=/trunk/; revision=52701
2013-10-19Add OID unit tests. Bug 9294 ↵Michael Mann1-0/+481
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9294) From Ed Beroset svn path=/trunk/; revision=52692