﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
606	ObjectExist doesn't works fine with NameBlock members	Víctor de Buen Remiro	Víctor de Buen Remiro	"Running this TOL code

NameBlock a = [[ Real b=2 ]];
Real ok.1 = ObjectExist(""Anything"",""a::b"");
Real ok.2 = ObjectExist(""Anything"",""a::c"");
Real ok.3 = ObjectExist(""Real"",""a::b"");
Real ok.4 = ObjectExist(""Text"",""a::b"");

ok.1 and ok.3 should be True and ok.2 and ok.4 should be False but this last one returns True;"	defect	closed	normal		Kernel	head	normal	fixed		
