Skip to content

Commit

Permalink
Refs #4316 oops checked in some debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Dec 13, 2011
1 parent daf13ce commit 81a3e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/MantidQt/API/test/MantidColorMapTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class MantidColorMapTest : public CxxTest::TestSuite
MantidColorMap map;
QwtDoubleInterval range(1.0, 10000.0);
map.changeScaleType( GraphOptions::Log10 );
TS_ASSERT_EQUALS(1,2);
TS_ASSERT_DELTA( map.normalize(range, 1000.), 0.75, 1e-5);
}

Expand Down

0 comments on commit 81a3e36

Please sign in to comment.