Skip to content

Commit

Permalink
[All] Fix subplugin regression tests (sofa-framework#4420)
Browse files Browse the repository at this point in the history
* Add relative path to references files into regression-tests files

* fix typo
  • Loading branch information
bakpaul authored Jan 10, 2024
1 parent 3af47db commit 42cc4d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/plugins/RegressionStateScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# REGRESSION_TEST DOES NOT SUPPORT DASHES ("-") IN SCENE NAMES.
# USE UNDERSCORES ("_") INSTEAD.

### References relative path ###
../projects/Regression/references/applications/plugins

### Sph Plugin ###
SofaSphFluid/examples/SPHFluidForceField.scn 100 1e-4 1 1
SofaSphFluid/examples/SPHFluidForceField_benchmarks.scn 100 1e-4 1 1
Expand Down
3 changes: 3 additions & 0 deletions examples/RegressionStateScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# REGRESSION_TEST DOES NOT SUPPORT DASHES ("-") IN SCENE NAMES.
# USE UNDERSCORES ("_") INSTEAD.

### References relative path ###
../applications/projects/Regression/references/examples

### Demo scenes ###
Demos/TriangleSurfaceCutting.scn 100 1e-4 1 1
Demos/chainAll.scn 100 1e-2 1 1
Expand Down
3 changes: 3 additions & 0 deletions examples/RegressionTopologyScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# REGRESSION_TEST DOES NOT SUPPORT DASHES ("-") IN SCENE NAMES.
# USE UNDERSCORES ("_") INSTEAD.

### References relative path ###
../applications/projects/Regression/references/examples

### Topology scenes ###
Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn 30 1e-4 1

Expand Down

0 comments on commit 42cc4d4

Please sign in to comment.