From 2298e2690b3ebbcff34ebbbd9e455230c0b87bbc Mon Sep 17 00:00:00 2001 From: Peter Peterson <petersonpf@ornl.gov> Date: Mon, 15 Nov 2010 15:05:32 +0000 Subject: [PATCH] Pointing at the new method name. Refs #1930. --- Code/Mantid/Kernel/test/TimeSeriesPropertyTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Kernel/test/TimeSeriesPropertyTest.h b/Code/Mantid/Kernel/test/TimeSeriesPropertyTest.h index e05c7c36dec..00455508f4c 100644 --- a/Code/Mantid/Kernel/test/TimeSeriesPropertyTest.h +++ b/Code/Mantid/Kernel/test/TimeSeriesPropertyTest.h @@ -293,7 +293,7 @@ public: TS_ASSERT( log->addValue("2007-11-30T16:18:40",11) ); TS_ASSERT_EQUALS( log->realSize(), 11); - TimeSeriesPropertyStatistics stats = getTimeSeriesPropertyStatistics( log ); + TimeSeriesPropertyStatistics stats = log->getStatistics(); TS_ASSERT_DELTA( stats.minimum, 1.0, 1e-3); TS_ASSERT_DELTA( stats.maximum, 11.0, 1e-3); -- GitLab