From: Arran Cudbard-Bell Date: Thu, 1 Oct 2020 19:17:10 +0000 (-0500) Subject: Fix update-group-error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79018452eaf219fc61ba76041429692c65e302cd;p=thirdparty%2Ffreeradius-server.git Fix update-group-error --- diff --git a/src/tests/keywords/update-group-error b/src/tests/keywords/update-group-error index 88f3563b6fb..d1f3330e791 100644 --- a/src/tests/keywords/update-group-error +++ b/src/tests/keywords/update-group-error @@ -2,13 +2,24 @@ # PRE: update # update reply { - &Reply-Message := "foo" + &Tmp-String-0 := "foo" # # This is a string, so it's NOT allowed. # - &Filter-ID := { # ERROR - &WiMAX-Release := "1.0" + &Tmp-String-1 := { # ERROR + Tmp-String-2 := "1.0" + } +} + +update reply { + &Tmp-String-0 := "foo" + + # + # Reference prefix not allowed for sub attributes + # + &Tmp-Group-0 := { + &Tmp-String-2 := "1.0" # ERROR } }