mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Add unit testing for DNS_Mgr and related classes
This commit is contained in:
parent
824bc372c5
commit
e6e9144da6
8 changed files with 870 additions and 311 deletions
|
@ -824,6 +824,7 @@ public:
|
|||
// so errors can arise for compound sets such as sets-of-sets.
|
||||
// See https://github.com/zeek/zeek/issues/151.
|
||||
bool EqualTo(const TableVal& v) const;
|
||||
bool EqualTo(const TableValPtr& v) const { return EqualTo(*(v.get())); }
|
||||
|
||||
// Returns true if this set is a subset (not necessarily proper)
|
||||
// of the given set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue