diff options
author | John Glover <j@johnglover.net> | 2013-01-21 22:13:02 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2013-01-21 22:13:02 +0100 |
commit | c5358dfdd3bf2383a51c6e633b96317d335ee32e (patch) | |
tree | a04dcf4e5a920751dc32d8b2325ea4130323c3c5 /tests | |
parent | 4d00d10a308c4a0337f56d4c95b5f62596bbb69e (diff) | |
download | simpl-c5358dfdd3bf2383a51c6e633b96317d335ee32e.tar.gz simpl-c5358dfdd3bf2383a51c6e633b96317d335ee32e.tar.bz2 simpl-c5358dfdd3bf2383a51c6e633b96317d335ee32e.zip |
[tests] Add SMS partial tracking test_peaks.
Was accidently commented out in previous commit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_partial_tracking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_partial_tracking.h b/tests/test_partial_tracking.h index 03abe8b..bd59b7f 100644 --- a/tests/test_partial_tracking.h +++ b/tests/test_partial_tracking.h @@ -39,7 +39,7 @@ protected: class TestSMSPartialTracking : public CPPUNIT_NS::TestCase { CPPUNIT_TEST_SUITE(TestSMSPartialTracking); CPPUNIT_TEST(test_basic); - // CPPUNIT_TEST(test_peaks); + CPPUNIT_TEST(test_peaks); CPPUNIT_TEST_SUITE_END(); public: |