Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
miksu committed Aug 20, 2015
1 parent bfb97e6 commit 9f1d388
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ class OracleLinearAssetDaoSpec extends FunSuite with Matchers {
val mmlId = 1068804939
sqlu"""delete from unknown_speed_limit""".execute
sqlu"""insert into unknown_speed_limit (mml_id, municipality_code, administrative_class) values ($mmlId, 235, 1)""".execute
val dao = daoWithRoadLinks(Nil)
val roadLink = VVHRoadlink(mmlId, 0, Nil, Municipality, TrafficDirection.UnknownDirection, AllOthers)
val dao = daoWithRoadLinks(List(roadLink))

dao.createSpeedLimit("test", mmlId, (11.0, 16.0), SideCode.BothDirections, 40, _ => ())
dao.purgeFromUnknownSpeedLimits(mmlId, 86.123)
Expand Down

0 comments on commit 9f1d388

Please sign in to comment.