mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 19:51:34 +01:00
Fixed some bugs. Added a better dependency system for Makefiles.
This commit is contained in:
@@ -99,6 +99,9 @@ TEST_F(DNSTest, NestedCopy) {
|
||||
dns1.inner_pdu(nested);
|
||||
DNS dns2(dns1);
|
||||
test_equals(dns1, dns2);
|
||||
dns2.inner_pdu(0);
|
||||
dns2 = dns1;
|
||||
test_equals(dns1, dns2);
|
||||
}
|
||||
|
||||
TEST_F(DNSTest, ID) {
|
||||
|
||||
Reference in New Issue
Block a user