Skip to content
  • Utkarsh Ayachit's avatar
    update tests for widget name changes. · c1e1cc11
    Utkarsh Ayachit authored
    Updating tests since the pqMultiViewWidget object names changed.
    
    The tests were updated using the following command line on linux:
    
      git grep -l qt_tabwidget_stackedwidget/MultiViewWidget |  \
      xargs sed -i  -e \
      "s/qt_tabwidget_stackedwidget\/\(MultiViewWidget[[:digit:]]\).*\/Frame/qt_tabwidget_stackedwidget\/\1\/Container\/Frame/g"
    c1e1cc11