diff --git a/Code/Mantid/Framework/Kernel/test/FacilitiesTest.h b/Code/Mantid/Framework/Kernel/test/FacilitiesTest.h index d1e8e2cebb8800af6c69902d1f4814713008dbd2..731f6bef95584f00907729694a90924bfd0d8345 100644 --- a/Code/Mantid/Framework/Kernel/test/FacilitiesTest.h +++ b/Code/Mantid/Framework/Kernel/test/FacilitiesTest.h @@ -76,7 +76,6 @@ public: TS_ASSERT_EQUALS( fac->extensions()[0],".xyz" ); TS_ASSERT_EQUALS( fac->preferredExtension(), ".xyz" ); TS_ASSERT( fac->getSoapEndPoint().empty() ); - TS_ASSERT( fac->getHTTPProxy().empty() ); TS_ASSERT( fac->catalogName().empty() ); TS_ASSERT( fac->archiveSearch().empty() ); TS_ASSERT( fac->liveListener().empty() );