From: Alan T. DeKok Date: Tue, 19 Aug 2025 13:42:56 +0000 (-0400) Subject: this is no longer a todo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a483b1f8a10c31eea5c68e965c39c0657c5fe1b;p=thirdparty%2Ffreeradius-server.git this is no longer a todo --- diff --git a/src/tests/keywords/expr-condition b/src/tests/keywords/expr-condition index 14d1d987d1..a4174f7794 100644 --- a/src/tests/keywords/expr-condition +++ b/src/tests/keywords/expr-condition @@ -1,17 +1,13 @@ -# -# @todo - update the configuration file parse to allow this. -# -# -# @todo - allow just a bare -# -# NAS-Port := 5 + (User-Name == "bob") -# -# which means updating the config file parser, too. -# NAS-Port := %{5 + (User-Name == "bob")} if !(NAS-Port == 6) { test_fail } +NAS-Port := 4 + (User-Name == "bob") +if !(NAS-Port == 5) { + test_fail +} + + success