Skip to content

Commit 7d047f9

Browse files
author
Divya Kamath
committed
Updated comments in test files
1 parent e97c6dc commit 7d047f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Testing/UnitTesting/SerializationFirstHalfTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* STEP 5: Compare the serialized output of the second half with the full simulation's serialized output.
1515
* If they match, the final result files should also be identical, confirming successful serialization.
1616
*
17-
* @note This specific test, SerializationFirstHalfTest, covers the third step: first half of the simulation and saving its serialized output
17+
* @note This specific test, SerializationFirstHalfTest, covers the third step: running the first half of the simulation and saving its serialized output
1818
*
1919
* To run the serialization tests, execute the script `run_serial_test.sh` located in the `build` directory.
2020
*

Testing/UnitTesting/SerializationSecondHalfTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* STEP 5: Compare the serialized output of the second half with the full simulation's serialized output.
1515
* If they match, the final result files should also be identical, confirming successful serialization.
1616
*
17-
* @note This specific test, SerializationSecondHalfTest, covers the Fourth and Fifth step above.
17+
* @note This specific test, SerializationSecondHalfTest, covers the fourth and fifth step above.
1818
*
1919
* To run the serialization tests, execute the script `run_serial_test.sh` located in the `build` directory.
2020
*

0 commit comments

Comments
 (0)