Skip to content

Commit

Permalink
removing stale TODO from hyListNumeric
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Feb 28, 2014
1 parent 1fe6619 commit be45e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/gtests/core/ut_hyListNumeric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ TYPED_TEST_P (_hyListNumericTest, MethodTests) {
EXPECT_STREQ("{}", null_string->getStr()) << "empty numeric list to string failed";

// list to partition string test
//TODO: Fix string doubles and longs to strings
_StringBuffer* seq_partition_string = (_StringBuffer*)joined.ListToPartitionString();
_StringBuffer* null_partition_string = (_StringBuffer*)null_list.ListToPartitionString();
EXPECT_STREQ("4-13,30,32,34,36,38", seq_partition_string->getStr()) << "single numeric list to partition string failed";
Expand Down

0 comments on commit be45e0e

Please sign in to comment.