|
I get
Entering test case "ShortRateModelTest::testSwaps"
Testing Hull-White swap pricing against known values...
Exception in "ShortRateModelTest::testSwaps": std::exception: Missing
Euribor6m\ act/360 fixing for November 4th, 2005
Leaving test case "ShortRateModelTest::testSwaps"
Leaving test suite "Short-rate model tests"
I think the problem is that I'm running the tests on a weekend and so
when the code tries to get the datum for a weekend date, it fails. It
might be a good idea to fix the date in the unit tests rather than using
the current date.
|