diff --git a/Code/Mantid/Framework/DataHandling/test/LoadReflTBLTest.h b/Code/Mantid/Framework/DataHandling/test/LoadReflTBLTest.h index 78fcc0ece959..f03b148071c5 100644 --- a/Code/Mantid/Framework/DataHandling/test/LoadReflTBLTest.h +++ b/Code/Mantid/Framework/DataHandling/test/LoadReflTBLTest.h @@ -129,7 +129,7 @@ class LoadReflTBLTest : public CxxTest::TestSuite TS_ASSERT_DELTA(boost::lexical_cast(row.cell(4)),0.06,0.001); TS_ASSERT_DELTA(boost::lexical_cast(row.cell(5)),0.04,0.001); TS_ASSERT_DELTA(boost::lexical_cast(row.cell(6)),2,0.01); - TS_ASSERT_EQUALS(row.cell(7),0); + TS_ASSERT_EQUALS(row.cell(7),1); row = outputWS->getRow(1); TS_ASSERT_EQUALS(row.cell(0),"13469"); @@ -139,7 +139,7 @@ class LoadReflTBLTest : public CxxTest::TestSuite TS_ASSERT_DELTA(boost::lexical_cast(row.cell(4)),0.06,0.001); TS_ASSERT_DELTA(boost::lexical_cast(row.cell(5)),0.04,0.001); TS_ASSERT_DELTA(boost::lexical_cast(row.cell(6)),2,0.01); - TS_ASSERT_EQUALS(row.cell(7),1); + TS_ASSERT_EQUALS(row.cell(7),2); row = outputWS->getRow(2); TS_ASSERT_EQUALS(row.cell(0),"13470"); @@ -149,7 +149,7 @@ class LoadReflTBLTest : public CxxTest::TestSuite TS_ASSERT_DELTA(boost::lexical_cast(row.cell(4)),0.3,0.001); TS_ASSERT_DELTA(boost::lexical_cast(row.cell(5)),0.04,0.001); TS_ASSERT_DELTA(boost::lexical_cast(row.cell(6)),2,0.01); - TS_ASSERT_EQUALS(row.cell(7),1); + TS_ASSERT_EQUALS(row.cell(7),2); cleanupafterwards(); }