summaryrefslogtreecommitdiff
path: root/epan/oids_test.c
AgeCommit message (Collapse)AuthorFilesLines
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