Skip to content

Commit 21d238f

Browse files
authored
Merge pull request #545 from JuliaRobotics/hotfix/20Q3/iiftest
Remove deprecated getInternalId test
2 parents 45745ae + 2d33999 commit 21d238f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/fileDFGTests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ using Test
5151
@test_throws AssertionError loadDFG!(copyDf2,"badfilename")
5252

5353
retDFG = loadDFG!(copyDfg, filename)
54-
# TODO REMOVE test deprecation
55-
retDFG_ = loadDFG(filename, Main, copyDf2) #, loaddir="/tmp")
5654

5755
@test issetequal(ls(dfg), ls(retDFG))
5856
@test issetequal(lsf(dfg), lsf(retDFG))

test/iifInterfaceTests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ end
221221
@test getRobotData(dfg) == smallRobotData
222222
@test getSessionData(dfg) == smallSessionData
223223

224-
# deprecated
225-
@test_throws ErrorException getInternalId(v1)
226224
end
227225

228226
@testset "Data Entries" begin

0 commit comments

Comments
 (0)