Skip to content

Commit

Permalink
re #11066 Dev testing done on windows at ISIS
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Feb 12, 2015
1 parent edcdd0a commit cbaf992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Expand Up @@ -87,7 +87,7 @@ void CatalogDownloadDataFiles::exec() {

// Can we open the file (Hence, have access to the archives?)
std::ifstream hasAccessToArchives(fileLocation.c_str());
if (hasAccessToArchives) {
if (hasAccessToArchives) {
g_log.information() << "File (" << *fileName << ") located in archives ("
<< fileLocation << ")." << std::endl;
fileLocations.push_back(fileLocation);
Expand Down
11 changes: 1 addition & 10 deletions Code/Mantid/Framework/ICat/src/CatalogPublish.cpp
Expand Up @@ -8,18 +8,9 @@
#include "MantidDataObjects/Workspace2D.h"
#include "MantidKernel/InternetHelper.h"
#include "MantidKernel/MandatoryValidator.h"
#include "MantidKernel/Exception.h"

#include <Poco/Net/AcceptCertificateHandler.h>
#include <Poco/Net/PrivateKeyPassphraseHandler.h>
#include <Poco/Net/HTTPSClientSession.h>
#include <Poco/Net/SSLException.h>
#include <Poco/Net/SSLManager.h>
#include <Poco/Net/HTTPRequest.h>
#include <Poco/Net/HTTPResponse.h>
#include <Poco/Path.h>
#include <Poco/SharedPtr.h>
#include <Poco/StreamCopier.h>
#include <Poco/URI.h>

#include <fstream>
#include <boost/regex.hpp>
Expand Down

0 comments on commit cbaf992

Please sign in to comment.