From: Alan T. DeKok Date: Tue, 23 Feb 2021 18:04:55 +0000 (-0500) Subject: don't use the internal namespace for these dictionary tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52dd7214b1379ec6490f50c5dac2a812ad3cfab0;p=thirdparty%2Ffreeradius-server.git don't use the internal namespace for these dictionary tests --- diff --git a/src/tests/dict/base.dict b/src/tests/dict/base.dict index 715693da14d..cdf7796dbe4 100644 --- a/src/tests/dict/base.dict +++ b/src/tests/dict/base.dict @@ -1,6 +1,8 @@ # # Stand-alone dictionaries to see if the dictionary parser works # +PROTOCOL TEST 254 +BEGIN-PROTOCOL TEST ATTRIBUTE Base-String 1 string ATTRIBUTE Base-Integer 2 integer @@ -28,3 +30,5 @@ ATTRIBUTE Base-Integer64 19 integer64 ATTRIBUTE Base-IPv4-Prefix 20 ipv4prefix # Ignore VSA, VENDOR, timeval, boolean, combo-ip-prefix, decimal... for now + +END-PROTOCOL TEST