From: Arran Cudbard-Bell Date: Thu, 20 Dec 2018 00:53:32 +0000 (+0800) Subject: Probably not a useful test anymore X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4deb9fa7fe6eef60a424882bb1e99f5293db3dec;p=thirdparty%2Ffreeradius-server.git Probably not a useful test anymore --- diff --git a/src/tests/unit/condition.txt b/src/tests/unit/condition.txt index eba329c5d2c..4459509d0f0 100644 --- a/src/tests/unit/condition.txt +++ b/src/tests/unit/condition.txt @@ -393,12 +393,6 @@ data &User-Name condition ("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