<div dir="ltr">Hi David,<div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 19, 2017 at 4:13 PM, David Thompson <span dir="ltr"><<a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Bob,<br>
<br>
The reshape edge test in CMB that you mentioned today appears to be failing because of an unrecorded button press in the XML test script. The test attempts to run "Edge - Split" after the reshape but because the "Split Edges" button in the operator view is never pressed, the mouse clicks have no effect.<br>
<br>
I am fine with (1) updating the baseline and removing the "Edge - Split" stuff from the XML or (2) adding the missing button click  — assuming we can find some XML to simulate it — so that the split operation gets tested. Do you have a preference?<br>
<br></blockquote><div>I just played with it, adding</div><div>```xml</div><div><div>--- a/Source/Applications/<wbr>ModelBuilder/Testing/XML/<wbr>PolygonReshapeEdge.xml</div><div>+++ b/Source/Applications/<wbr>ModelBuilder/Testing/XML/<wbr>PolygonReshapeEdge.xml</div><div>@@ -27,6 +27,10 @@</div><div>   <pqevent object="qtCMBMainWindow/<wbr>Viewport" command="mouseRelease" arguments="(0.15,0.173333,1,0,<wbr>0)" /></div><div>   <pqevent object="qtCMBMainWindow/<wbr>operatorsDockWidget/<wbr>scrollArea/qt_scrollarea_<wbr>viewport/modelOperationWidget/<wbr>1QSplitter0/1QWidget0/<wbr>1QFrame0/topLevelScrollArea/<wbr>qt_scrollarea_viewport/<wbr>1QFrame0/smtkArcWidget/<wbr>Finished" command="activate" arguments="" /></div><div>   <pqevent object="qtCMBMainWindow/<wbr>operatorsDockWidget/<wbr>scrollArea/qt_scrollarea_<wbr>viewport/modelOperationWidget/<wbr>1QSplitter0/1QWidget0/<wbr>1QComboBox0" command="activated" arguments="Edge - Split" /></div><div>+  <pqevent object="qtCMBMainWindow/<wbr>operatorsDockWidget" command="mousePress" arguments="1,1,0,338,20" /></div><div>+  <pqevent object="qtCMBMainWindow/<wbr>operatorsDockWidget" command="mouseMove" arguments="1,0,0,328,10" /></div><div>+  <pqevent object="qtCMBMainWindow/<wbr>operatorsDockWidget" command="mouseRelease" arguments="1,0,0,328,10" /></div><div>+  <pqevent object="qtCMBMainWindow/<wbr>operatorsDockWidget/<wbr>scrollArea/qt_scrollarea_<wbr>viewport/modelOperationWidget/<wbr>1QSplitter0/1QWidget0/<wbr>1QFrame0/topLevelScrollArea/<wbr>qt_scrollarea_viewport/<wbr>1QFrame0/pqSplitEdgeWidget/<wbr>1QToolButton0" command="set_boolean" arguments="true" /></div><div>   <pqevent object="qtCMBMainWindow/<wbr>Viewport" command="mousePress" arguments="(0.18,0.833333,1,1,<wbr>0)" /></div><div>   <pqevent object="qtCMBMainWindow/<wbr>Viewport" command="mouseMove" arguments="(0.18,0.833333,1,0,<wbr>0)" /></div><div>   <pqevent object="qtCMBMainWindow/<wbr>Viewport" command="mouseRelease" arguments="(0.18,0.833333,1,0,<wbr>0)" /></div><div>diff --git a/ThirdParty/SMTK b/ThirdParty/SMTK</div></div><div><br></div><div>``` </div><div>seems able to trigger the missing button click. Would you mind give it a try :) ? A patch file is attached.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
        David<br>
<br>
<a href="https://open.cdash.org/testDetails.php?test=583994406&build=5067897" rel="noreferrer" target="_blank">https://open.cdash.org/testDet<wbr>ails.php?test=583994406&build=<wbr>5067897</a><br>
______________________________<wbr>_________________<br>
Smtk-developers mailing list<br>
<a href="mailto:Smtk-developers@smtk.org" target="_blank">Smtk-developers@smtk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/smtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/smtk-developers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_3487403925997861252gmail_signature"><div dir="ltr"><div><div dir="ltr">Best regards<div>Haocheng</div><div><br></div><div>Haocheng LIU</div><div><span style="color:rgb(0,0,0);font-size:12.8px">Kitware, Inc.</span><br style="color:rgb(0,0,0);font-size:12.8px"><span style="color:rgb(0,0,0);font-size:12.8px">R&D Engineer</span><br style="color:rgb(0,0,0);font-size:12.8px"><span style="color:rgb(0,0,0);font-size:12.8px">21 Corporate Drive</span><br style="color:rgb(0,0,0);font-size:12.8px"><span style="color:rgb(0,0,0);font-size:12.8px">Clifton Park, NY 12065-8662</span><br style="color:rgb(0,0,0);font-size:12.8px"><span style="color:rgb(0,0,0);font-size:12.8px">Phone: </span><a href="tel:(518)%20881-4421" value="+15188814443" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">518-881-4421</a><br></div></div></div></div></div>
</div></div>