From 1347ccbfcc684e8e7e1a191fa9da48e9cdcc886c Mon Sep 17 00:00:00 2001
From: Anders Markvardsen <anders.markvardsen@stfc.ac.uk>
Date: Thu, 25 Mar 2010 11:06:13 +0000
Subject: [PATCH] Fix test broken in previous commit to this ticket. Refs #967.

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

diff --git a/Code/Mantid/DataHandling/test/LoadEmptyInstrumentTest.h b/Code/Mantid/DataHandling/test/LoadEmptyInstrumentTest.h
index f728bdbee38..ff848fd9e26 100644
--- a/Code/Mantid/DataHandling/test/LoadEmptyInstrumentTest.h
+++ b/Code/Mantid/DataHandling/test/LoadEmptyInstrumentTest.h
@@ -118,7 +118,7 @@ public:
 
     param = paramMap.getRecursive(&(*det), "toplevel2", "fitting");
     const FitParameter& fitParam2 = param->value<FitParameter>();
-    TS_ASSERT_DELTA( fitParam2.getValue(0), 1.0, 0.0001);
+    TS_ASSERT_DELTA( fitParam2.getValue(0), -48.5, 0.0001);
     TS_ASSERT_DELTA( fitParam2.getValue(5), 1120.0, 0.0001);
     TS_ASSERT( fitParam2.getTie().compare("") == 0 );
     TS_ASSERT( fitParam2.getFunction().compare("somefunction") == 0 );
-- 
GitLab