Skip to content
Snippets Groups Projects
Commit c9ab8df4 authored by Russell Taylor's avatar Russell Taylor
Browse files

Fix failing test. Re #2167.

parent 240e6cfe
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment