Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
fdd51429
Commit
fdd51429
authored
Dec 07, 2021
by
Bryan Cazabonne
Browse files
Removed duplicated assertions.
parent
f08e9b0c
Pipeline
#1574
passed with stages
in 26 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/orekit/files/sinex/SinexLoaderTest.java
View file @
fdd51429
...
...
@@ -195,8 +195,6 @@ public class SinexLoaderTest {
Assert
.
assertEquals
(
0.0
,
refStation7090
.
distance
(
station7090
.
getEccentricities
(
new
AbsoluteDate
(
"2021-07-05T07:50:00.000"
,
TimeScalesFactory
.
getUTC
()))),
1.0
e
-
15
);
Assert
.
assertEquals
(
0.0
,
refStation7090
.
distance
(
station7090
.
getEccentricities
(
new
AbsoluteDate
(
"2999-07-05T07:50:00.000"
,
TimeScalesFactory
.
getUTC
()))),
1.0
e
-
15
);
Assert
.
assertEquals
(
0.0
,
station7090
.
getValidFrom
().
durationFrom
(
new
AbsoluteDate
(
"1979-07-01T00:00:00.000"
,
TimeScalesFactory
.
getUTC
())),
1.0
e
-
15
);
Assert
.
assertEquals
(
0.0
,
station7090
.
getValidFrom
().
durationFrom
(
new
AbsoluteDate
(
"1979-07-01T00:00:00.000"
,
TimeScalesFactory
.
getUTC
())),
1.0
e
-
15
);
Assert
.
assertTrue
(
station7090
.
getValidUntil
()
==
AbsoluteDate
.
FUTURE_INFINITY
);
Assert
.
assertTrue
(
station7090
.
getValidUntil
()
==
AbsoluteDate
.
FUTURE_INFINITY
);
// Verify station 7092
...
...
Write
Preview
Supports
Markdown
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