Re: Repeated name of unit tests



Hello!

The names of unit tests in output in "tests summary" link doesn't appear
repeated if this line: 

	self.unittests = []

is added in __init__ method of class UnitTestsObserver in the
global-config file (at least in my case). Nevertheless I don't
understand why this change would be necessary, because in first build
this line of code is already executed, after adding this list
(unittests) to testsResults in function outLineReceived, but in second
build if I print this list in __init__ method isn't empty and it should
be (this behaviour is without adding line previously mentioned). The
original code is explained in this page:
http://blogs.igalia.com/itoral/?p=36

I think it could be for some references of pointers but I really don't
know.

I think that this explanation is a bit confused but I hope you
understand I want to say.

Has someone any idea about the reason of this behaviour?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]