From: Alan T. DeKok Date: Sat, 11 Feb 2023 16:28:52 +0000 (-0500) Subject: update for changed parser behavior X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5780f1c48ff0dd2294b641de5c48059e9fec2b;p=thirdparty%2Ffreeradius-server.git update for changed parser behavior --- diff --git a/src/tests/unit/xlat/cond_base.txt b/src/tests/unit/xlat/cond_base.txt index 041fb6a3cf6..8670d49c844 100644 --- a/src/tests/unit/xlat/cond_base.txt +++ b/src/tests/unit/xlat/cond_base.txt @@ -575,7 +575,7 @@ xlat_purify request.Foo == 'request.Foo' match true xlat_purify &request.Foo == 'request.Foo' -match ERROR offset 10: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here +match ERROR offset 10: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here xlat_purify ¬-a-list.User-Name == ¬-a-list.User-Name match ERROR offset 2: Attribute 'not' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here