Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
jalhyd
Commits
b615d567
Commit
b615d567
authored
Feb 13, 2021
by
Dorchies David
Browse files
test(verificateur): fix macrorugo test after
#283
parent
90ed9dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/verificateur/verificateur.spec.ts
View file @
b615d567
...
...
@@ -871,8 +871,9 @@ describe("vérificateur de franchissement −", () => {
// contexte
Session
.
getInstance
().
clear
();
const
mr
=
createMR
();
mr
.
prms
.
B
.
singleValue
=
2.218
;
// 2 patterns
mr
.
prms
.
Y
.
singleValue
=
0.4
;
// limite la vitesse max
mr
.
prms
.
B
.
singleValue
=
1.789
;
// 2 patterns
mr
.
prms
.
C
.
singleValue
=
0.2
;
// limite la vitesse max
mr
.
prms
.
PBH
.
singleValue
=
0.6
;
// limite la vitesse max
// vérificateur
const
v
=
new
Verificateur
();
v
.
nubToVerify
=
mr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment