#
#  PRE: update
#
update reply {
	#
	#  Update the contents of a group
	#
	#  This was parsed in the old edit code, but never did anything!
	#
	Tmp-Group-0 := {	# ERROR
		Filter-Id = "foo"
	}
}

if !reply.Tmp-Group-0.Filter-Id {
	test_fail
}

success
