From a8875b859d1e46e0a010f07aee1ee02842eb828d Mon Sep 17 00:00:00 2001
From: Owen Arnold <owen.arnold@stfc.ac.uk>
Date: Wed, 5 Dec 2018 10:14:33 +0000
Subject: [PATCH] refs #24078. Broke tests, fixed here.

---
 Framework/DataHandling/test/LoadEventNexusTest.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Framework/DataHandling/test/LoadEventNexusTest.h b/Framework/DataHandling/test/LoadEventNexusTest.h
index 7846e39142a..8a8cd317cd2 100644
--- a/Framework/DataHandling/test/LoadEventNexusTest.h
+++ b/Framework/DataHandling/test/LoadEventNexusTest.h
@@ -149,10 +149,10 @@ private:
 
 public:
   void test_load_event_nexus() {
-    const std::string file = "/Users/spu92482/Downloads/V20_example_5.nxs";
+    const std::string file = "SANS2D_ESS_example.nxs";
     LoadEventNexus alg;
-    alg.setRethrows(true);
     alg.setChild(true);
+    alg.setRethrows(true);
     alg.initialize();
     alg.setProperty("Filename", file);
     alg.setProperty("OutputWorkspace", "dummy_for_child");
-- 
GitLab