@@ -246,12 +246,10 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Flight_Profile, GetStatesAt)
246
246
}
247
247
248
248
{
249
- EXPECT_ANY_THROW (
250
- Profile::Undefined ().getStatesAt (
251
- {Instant::DateTime (DateTime (2018 , 1 , 1 , 0 , 0 , 0 ), Scale::UTC),
252
- Instant::DateTime (DateTime (2018 , 1 , 1 , 0 , 0 , 1 ), Scale::UTC)}
253
- )
254
- );
249
+ EXPECT_ANY_THROW (Profile::Undefined ().getStatesAt (
250
+ {Instant::DateTime (DateTime (2018 , 1 , 1 , 0 , 0 , 0 ), Scale::UTC),
251
+ Instant::DateTime (DateTime (2018 , 1 , 1 , 0 , 0 , 1 ), Scale::UTC)}
252
+ ));
255
253
}
256
254
}
257
255
@@ -308,12 +306,9 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Flight_Profile, InertialPointing)
308
306
309
307
// Reference data setup
310
308
311
- const File referenceDataFile = File::Path (
312
- Path::Parse (
313
- " /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/InertialPointing/Satellite "
314
- " t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv"
315
- )
316
- );
309
+ const File referenceDataFile =
310
+ File::Path (Path::Parse (" /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/InertialPointing/Satellite "
311
+ " t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv" ));
317
312
318
313
const Table referenceData = Table::Load (referenceDataFile, Table::Format::CSV, true );
319
314
@@ -426,10 +421,8 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Flight_Profile, LocalOrbitalFramePointing_
426
421
// Reference data setup
427
422
428
423
const File referenceDataFile = File::Path (
429
- Path::Parse (
430
- " /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/LocalOrbitalFramePointing/VVLH/"
431
- " Satellite_1 t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv"
432
- )
424
+ Path::Parse (" /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/LocalOrbitalFramePointing/VVLH/"
425
+ " Satellite_1 t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv" )
433
426
);
434
427
435
428
const Table referenceData = Table::Load (referenceDataFile, Table::Format::CSV, true );
@@ -539,10 +532,8 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Flight_Profile, LocalOrbitalFramePointing_
539
532
// Reference data setup
540
533
541
534
const File referenceDataFile = File::Path (
542
- Path::Parse (
543
- " /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/LocalOrbitalFramePointing/VVLH/"
544
- " Satellite_2 t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv"
545
- )
535
+ Path::Parse (" /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/LocalOrbitalFramePointing/VVLH/"
536
+ " Satellite_2 t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv" )
546
537
);
547
538
548
539
const Table referenceData = Table::Load (referenceDataFile, Table::Format::CSV, true );
@@ -652,10 +643,8 @@ TEST_F(OpenSpaceToolkit_Astrodynamics_Flight_Profile, LocalOrbitalFramePointing_
652
643
// Reference data setup
653
644
654
645
const File referenceDataFile = File::Path (
655
- Path::Parse (
656
- " /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/LocalOrbitalFramePointing/VVLH/"
657
- " Satellite_3 t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv"
658
- )
646
+ Path::Parse (" /app/test/OpenSpaceToolkit/Astrodynamics/Flight/Profile/LocalOrbitalFramePointing/VVLH/"
647
+ " Satellite_3 t_UTC x_GCRF v_GCRF q_B_GCRF w_B_GCRF_in_GCRF.csv" )
659
648
);
660
649
661
650
const Table referenceData = Table::Load (referenceDataFile, Table::Format::CSV, true );
0 commit comments