Skip to content

Commit 9448784

Browse files
damienbarkerjenkins
authored andcommitted
QPR-12074 fix unit test
1 parent 00498ce commit 9448784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/test/equitymarketdata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ BOOST_AUTO_TEST_CASE(testEqCurveConfigLoad) {
190190
vector<string> actualQuotes = ec->quotes();
191191
BOOST_CHECK_EQUAL_COLLECTIONS(anticipatedQuotes.begin(), anticipatedQuotes.end(),
192192
actualQuotes.begin(), actualQuotes.end());
193-
BOOST_CHECK(ec->extrapolation());
193+
BOOST_CHECK(!ec->extrapolation());
194194

195195
// now test the toXML member function
196196
ore::data::XMLDocument testDumpDoc;

0 commit comments

Comments
 (0)