mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-20 01:58:42 +00:00
Test: fixed broken test for VPN RD output
This commit is contained in:
parent
a2fd34f81f
commit
2af807a83f
@ -1281,7 +1281,7 @@ prefix set pxt;
|
|||||||
|
|
||||||
bt_assert(format(NET_IP4) = "(enum 36)1"); ## if (net.type = NET_IP4) ...
|
bt_assert(format(NET_IP4) = "(enum 36)1"); ## if (net.type = NET_IP4) ...
|
||||||
bt_assert(format(NET_VPN6) = "(enum 36)4");
|
bt_assert(format(NET_VPN6) = "(enum 36)4");
|
||||||
bt_assert(format(0:1:2) = "0:1:2");
|
bt_assert(format(0:1:2) = "1:2");
|
||||||
}
|
}
|
||||||
|
|
||||||
bt_test_suite(t_mixed_prefix, "Testing mixed net types");
|
bt_test_suite(t_mixed_prefix, "Testing mixed net types");
|
||||||
|
Loading…
Reference in New Issue
Block a user