From 6b148bad2e86d6d2caa56a74644c2d02ea1057d8 Mon Sep 17 00:00:00 2001
From: Vickie Lynch <lynchve@ornl.gov>
Date: Tue, 13 Mar 2012 09:45:26 -0400
Subject: [PATCH] Refs #4596 fix test for snowleopard

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

diff --git a/Code/Mantid/Framework/Crystal/test/LoadHKLTest.h b/Code/Mantid/Framework/Crystal/test/LoadHKLTest.h
index 170815cde0f..64fd6a67e49 100644
--- a/Code/Mantid/Framework/Crystal/test/LoadHKLTest.h
+++ b/Code/Mantid/Framework/Crystal/test/LoadHKLTest.h
@@ -92,7 +92,7 @@ public:
     TS_ASSERT_EQUALS(p.getL(),1 );
     TS_ASSERT_EQUALS(p.getIntensity(),1.1 );
     TS_ASSERT_EQUALS(p.getSigmaIntensity(),1.05 );
-    TS_ASSERT_EQUALS(p.getWavelength(),1.5 );
+    TS_ASSERT_DELTA(p.getWavelength(),1.5, 1e-4 );
     TS_ASSERT_EQUALS(p.getRunNumber(),1000. );
     TS_ASSERT_DELTA(p.getDSpacing(),3.5933, 1e-4 );
     const API::Run & run = wsout->run();
-- 
GitLab