Skip to content

Commit

Permalink
Changed test method name. refs #6760
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Mar 21, 2013
1 parent a812efe commit 84b8030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/Kernel/test/LogParserTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ class LogParserTest : public CxxTest::TestSuite
TS_ASSERT_DELTA(timeMean(log), 56.0, 1e-3);
}

void test_timeMean_duplicate()
/// Tests to see if we can cope with duplicate log values that have the same time.
void test_timeMean_duplicate_values_with_same_timestamp()
{
TimeSeriesProperty<double> * log = new TimeSeriesProperty<double>("MydoubleLog");
// Add the same value twice
Expand Down

0 comments on commit 84b8030

Please sign in to comment.