Skip to content

Commit

Permalink
Put change to "GEM" into unit test re #7617
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 Oct 1, 2013
1 parent c93b90a commit ccae6fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ConvertFullprofToXMLTest : public CxxTest::TestSuite
TS_ASSERT(componentLinkElem1);
if(componentLinkElem1)
{
TS_ASSERT_EQUALS(componentLinkElem1->getAttribute("name"),"wholeInstrument");
TS_ASSERT_EQUALS(componentLinkElem1->getAttribute("name"),"GEM");

Poco::XML::NodeList* parameterNodeList = componentLinkElem1->getElementsByTagName("parameter"); // get parameter elements
size_t numParameters = parameterNodeList->length();
Expand Down

0 comments on commit ccae6fe

Please sign in to comment.