Skip to content

Commit 7adec47

Browse files
committed
Fix a few test messages
1 parent d9caed0 commit 7adec47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test-suite/equityindex.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ namespace equityindex_test {
8888
}
8989

9090
void EquityIndexTest::testTodaysFixing() {
91-
BOOST_TEST_MESSAGE("Testing todays fixing...");
91+
BOOST_TEST_MESSAGE("Testing today's fixing...");
9292

9393
using namespace equityindex_test;
9494

@@ -113,7 +113,7 @@ void EquityIndexTest::testTodaysFixing() {
113113
}
114114

115115
void EquityIndexTest::testTodaysFixingWithSpotAsProxy() {
116-
BOOST_TEST_MESSAGE("Testing todays fixing with spot as proxy...");
116+
BOOST_TEST_MESSAGE("Testing today's fixing with spot as proxy...");
117117

118118
using namespace equityindex_test;
119119

@@ -304,7 +304,7 @@ void EquityIndexTest::testFixingObservability() {
304304
}
305305

306306
void EquityIndexTest::testNoErrorIfTodayIsNotBusinessDay() {
307-
BOOST_TEST_MESSAGE("Testing no error if today is not a business day...");
307+
BOOST_TEST_MESSAGE("Testing that no error is thrown if today is not a business day...");
308308

309309
using namespace equityindex_test;
310310

0 commit comments

Comments
 (0)