Commit 2af807a8 authored by Jan Moskyto Matejka's avatar Jan Moskyto Matejka
Browse files

Test: fixed broken test for VPN RD output

parent a2fd34f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1281,7 +1281,7 @@ prefix set pxt;

	bt_assert(format(NET_IP4) = "(enum 36)1"); ## if (net.type = NET_IP4) ...
	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");