Skip to content

Commit

Permalink
repair tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierromond committed Apr 24, 2024
1 parent 8140f15 commit ececbc5
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TestNoiseModelling extends JdbcTestCase {
"duration":100])


assertEquals("Calculation Done ! The table LW_ROADS has been created.", res)
assertEquals("Calculation Done ! The table LW_DYNAMIC_GEOM has been created.", res)
}

@Test
Expand All @@ -89,15 +89,15 @@ class TestNoiseModelling extends JdbcTestCase {
["tableRoads": "ROADS2",
"method" : "PROBA",
"timestep" : 1,
"gridStep":10,
"duration":100])
"gridStep":20,
"duration":50])

res = new Noise_level_from_source().exec(connection,
["tableBuilding" : "BUILDINGS",
"tableSources" : "ALL_VEH_POS_0DB",
"tableReceivers": "RECEIVERS",
"confMaxSrcDist" : 250,
"confDiffHorizontal" : true,
"confMaxSrcDist" : 150,
"confDiffHorizontal" : false,
"confExportSourceId": true,
"confSkipLevening":true,
"confSkipLnight":true,
Expand All @@ -121,15 +121,15 @@ class TestNoiseModelling extends JdbcTestCase {
["tableRoads": "ROADS2",
"method" : "VALENTIN",
"timestep" : 1,
"gridStep":10,
"duration":300])
"gridStep":20,
"duration":50])

res = new Noise_level_from_source().exec(connection,
["tableBuilding" : "BUILDINGS",
"tableSources" : "ALL_VEH_POS_0DB",
"tableReceivers": "RECEIVERS",
"confMaxSrcDist" : 250,
"confDiffHorizontal" : true,
"confMaxSrcDist" : 150,
"confDiffHorizontal" : false,
"confExportSourceId": true,
"confSkipLevening":true,
"confSkipLnight":true,
Expand All @@ -151,7 +151,7 @@ class TestNoiseModelling extends JdbcTestCase {



assertEquals("Calculation Done ! The table LW_ROADS has been created.", res)
assertEquals("The columns LEQA and LEQ have been added to the table: LT_GEOM_VAL.", res)
}

@Test
Expand Down

0 comments on commit ececbc5

Please sign in to comment.