﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
155	inheritance of implied trace levels is incorrect	rhl@…	george.gusciora@…	"This one's a little hard to demonstrate with the previous bugs unfixed, but it illustrates that
the inheritance scheme adopted won't work.

psTraceSetLevel(""A.B"", 2)
psTraceSetLevel(""A.B.C.D.E"", 5)
psTracePrintLevels()
.                    0
 A                   2
  B                  5
  C                  5
  D                  5
  E                  5
 B                   2

psTraceSetLevel(""A.B"", 10)
.                    0
 A                   2
  B                  10
  C                  5
  D                  5
  E                  5
 B                   2

Note that A.B.C were never set to 5, they merely inherited it from A.B.  In this case, resetting A.B
should have changed them to 10.

rel2_2"	defect	closed	normal		sys	unspecified	normal	worksforme		
