]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Probably not a useful test anymore
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 20 Dec 2018 00:53:32 +0000 (08:53 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Dec 2018 01:40:34 +0000 (09:40 +0800)
src/tests/unit/condition.txt

index eba329c5d2cb545a698b1e6621044d6b706f19a1..4459509d0f08e4477d19a5f69316043f7d76c69a 100644 (file)
@@ -393,12 +393,6 @@ data &User-Name
 condition (<vsa>"foo" == &User-Name)
 data ERROR offset 2 Forbidden data type in cast
 
-#
-#  Must have attribute references on the LHS of a condition.
-#
-condition ("foo" == &User-Name)
-data ERROR offset 1 Cannot use attribute reference on right side of condition
-
 #
 #  If the LHS is a cast to a type, and the RHS is an attribute
 #  of the same type, then re-write it so that the attribute