diff --git a/Code/Mantid/Framework/Kernel/test/CatalogInfoTest.h b/Code/Mantid/Framework/Kernel/test/CatalogInfoTest.h index 4df9f2e4ad1e..e63d7caa94c5 100644 --- a/Code/Mantid/Framework/Kernel/test/CatalogInfoTest.h +++ b/Code/Mantid/Framework/Kernel/test/CatalogInfoTest.h @@ -25,6 +25,8 @@ class CatalogInfoTest : public CxxTest::TestSuite "" "" "" + "" + "" "" "" "" @@ -40,6 +42,8 @@ class CatalogInfoTest : public CxxTest::TestSuite TS_ASSERT_EQUALS( catalogInfo->catalogName(), "ICat3Catalog"); TS_ASSERT_EQUALS( catalogInfo->soapEndPoint(), "https://facilities01.esc.rl.ac.uk:443/ICATService/ICAT"); + TS_ASSERT_EQUALS( catalogInfo->externalDownloadURL(), "https://isisicatds.stfc.ac.uk/"); + TS_ASSERT_EQUALS( catalogInfo->doiEndPoint(), "https://data4.isis.stfc.ac.uk/doi/DOIService"); // The regex needs escaped in order to work correctly. The output should be same as Facilities.xml (\\\\isis\\inst\$\\Instruments\$) TS_ASSERT_EQUALS( catalogInfo->catalogPrefix(), "\\\\\\\\isis\\\\inst\\$\\\\Instruments\\$"); TS_ASSERT_EQUALS( catalogInfo->windowsPrefix(), "");