Oh, nice that you fixed that. I now recall that in Eclipse half the tests were failing, but, when you talked about 50 tests failing I didn't thought that you could be talking of the tests running in Eclipse. I always wondered what the heck was that because from the command line there was no problem and I always use it for global checking the tests. I attributed the failures in Eclipse to a Eclipse specific quirk and lived with the problem because there were other problems I wanted to apart from...
Now I see that the problem was caused by the fact that in Eclipse the tests environment shares more state than the Ant tests environment. Thanks a lot. Luís Note to self: details matter in sw dev and when communicating. On 23 April 2010 05:09, Tom Morris <[email protected]> wrote: > On Thu, Apr 22, 2010 at 9:13 PM, Luis Sergio Oliveira <[email protected]> > wrote: >> On 22 April 2010 18:53, Tom Morris <[email protected]> wrote: >> >> I saw your commit in argouml-cpp/build.xml. Was the memory limit >> causing the failures? > > No, it was some kind of interaction between the Model subsystem's > static globals (ick!), the Mock model implementation, and following > tests. Basically, the "if isInitialized()" conditional was returning > true when the model subsystem was initialized with a Mock, preventing > it from getting initialized for real. I think one of my other commits > fixed that. > > The increased memory limit for the tests was important for 64-bit > machines, but not the cause of the other problem. > > Tom > > ------------------------------------------------------ > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2593138 > > To unsubscribe from this discussion, e-mail: > [[email protected]]. > To be allowed to post to the list contact the mailing list moderator, email: > [[email protected]] > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2593214 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
