Skip to content

Commit

Permalink
Improve Unit Test Error Message re #6281
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Dec 21, 2012
1 parent ed40806 commit 465e30c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class LoadInstrumentTest : public CxxTest::TestSuite
}
else
{
TS_FAIL( "Did not find HRPD_Parameter.xml for HRPD_Definition.xml");
TS_FAIL( "Did not find HRPD_Parameter.xml for HRPD_Definition.xml or its bank_90degnew component link");
}

AnalysisDataService::Instance().remove(wsName);
Expand Down

0 comments on commit 465e30c

Please sign in to comment.