From d808b0285c364b79f90efbbfe6aaeb2b9e7afb9d Mon Sep 17 00:00:00 2001
From: Russell Taylor <taylorrj@ornl.gov>
Date: Tue, 16 Jul 2013 15:20:46 -0400
Subject: [PATCH] Re #6771. Change file for performance test to the one that
 exists now.

---
 Code/Mantid/Framework/DataHandling/test/LoadILLTest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/Framework/DataHandling/test/LoadILLTest.h b/Code/Mantid/Framework/DataHandling/test/LoadILLTest.h
index de98b946dcb..46c19c61fb5 100644
--- a/Code/Mantid/Framework/DataHandling/test/LoadILLTest.h
+++ b/Code/Mantid/Framework/DataHandling/test/LoadILLTest.h
@@ -72,7 +72,7 @@ public:
 	void testDefaultLoad() {
 		Mantid::DataHandling::LoadILL loader;
 		loader.initialize();
-		loader.setPropertyValue("Filename", "ILLIN5_094460.nxs");
+		loader.setPropertyValue("Filename", "ILLIN5_104007.nxs");
 		loader.setPropertyValue("OutputWorkspace", "ws");
 		TS_ASSERT( loader.execute());
 	}
-- 
GitLab