]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Added some tests for the new features; working on the IDs again to make sure IDs...
authorjh777916 <juba.hamma@cea.fr>
Mon, 9 Oct 2023 09:15:56 +0000 (11:15 +0200)
committerjh777916 <juba.hamma@cea.fr>
Mon, 9 Oct 2023 09:15:56 +0000 (11:15 +0200)
commit84f3f0ca4d46af1cfcbd59fc1de5785c97bc35d3
treecc091e5e900f7c0568cd5a14d35951c4ca254590
parent886fd049bef512403f25f783586e2484576a2e00
Added some tests for the new features; working on the IDs again to make sure IDs appearing in screenshots do not depend on test seq order
20 files changed:
tools/CurvePlot/src/python/controller/PlotController.py
tools/CurvePlot/src/python/test/PlotTestBase.py
tools/CurvePlot/src/python/test/baselines/testAddBarplot.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testAddStemplot.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeleteCurrentItem_curve.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve1.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve2.png
tools/CurvePlot/src/python/test/baselines/testExtendCurve.png
tools/CurvePlot/src/python/test/baselines/testLockRepaint.png
tools/CurvePlot/src/python/test/baselines/testResetCurve.png
tools/CurvePlot/src/python/test/baselines/testSelectedBarplot.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve2.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve3.png
tools/CurvePlot/src/python/test/baselines/testSetCurveMarker.png
tools/CurvePlot/src/python/test/baselines/testSettingsCurveColor.png
tools/CurvePlot/src/python/test/baselines/testSettingsCurveMarker.png
tools/CurvePlot/src/python/test/baselines/testShowAll.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testShowOnlySelected.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/plot_test.py