diff --git a/Code/Mantid/Framework/Kernel/test/TimeSeriesPropertyTest.h b/Code/Mantid/Framework/Kernel/test/TimeSeriesPropertyTest.h index 358de781c32f0e9addd70772ef1a6c125e09492c..d4e83b8e6132e324e34a2296dc2e0a50526c0277 100644 --- a/Code/Mantid/Framework/Kernel/test/TimeSeriesPropertyTest.h +++ b/Code/Mantid/Framework/Kernel/test/TimeSeriesPropertyTest.h @@ -69,10 +69,7 @@ public: TimeSeriesProperty<int> otherProp("otherProp"); TS_ASSERT( otherProp.addValue( static_cast<std::time_t>( 123 ), 1) ); TS_ASSERT( otherProp.addValue( boost::posix_time::second_clock::local_time(), 1) ); - } - void testValue() - { const std::string dString = dProp->value(); TS_ASSERT_EQUALS( dString.substr(0,27), "2007-Nov-30 16:17:00 9.99\n" ); const std::string iString = iProp->value();