<br><br><div class="gmail_quote">On Thu, Apr 12, 2012 at 6:35 PM, Marcus D. Hanwell <span dir="ltr"><<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Apr 11, 2012 at 2:09 PM, Marcus D. Hanwell<br>
<<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>> wrote:<br>
> Hi,<br>
><br>
> I have a Gerrit topic up for review,<br>
><br>
> <a href="http://review.source.kitware.com/#/t/374/" target="_blank">http://review.source.kitware.com/#/t/374/</a><br>
><br>
> This gets some of the rendering tests up and running again, but they<br>
> hang until killed. Does anyone with deeper knowledge of Tcl and VTK<br>
> have any idea what I might have missed. You can check out and build<br>
> this topic, it depends on another topic that restores some Tcl code,<br>
> and adjusts it for the new layout.<br>
><br>
</div>I have updated this topic, and have passing Tcl tests. The main point<br>
I would love a little feedback on is why the additional require<br>
package call was not necessary before modularization. I can confirm<br>
that the image comparison is working, and I have to separate the tests<br>
into two parts (Graphics and Rendering).<br>
<div class="HOEnZb"><div class="h5"><br>
Marcus<br></div></div></blockquote><div><br></div><div>Hi Marcus,</div><div><br></div><div>Pre-modularization, the vtk-tcl interpreter built with the vtk libs, initialized all the vtk commands on startup without a "package require vtk". That's the interpreter ctest uses to run rtImageTest.tcl.</div>
<div><br></div><div>The question is, post-mod, what has changed that requires rtImageTest.tcl to have a "package require vtk".</div><div><br></div><div>I'll have a look when I've got a new build.</div><div>
<br></div><div>Goodwin</div><div><br></div></div>