summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-01-21 22:13:02 +0100
committerJohn Glover <j@johnglover.net>2013-01-21 22:13:02 +0100
commitc5358dfdd3bf2383a51c6e633b96317d335ee32e (patch)
treea04dcf4e5a920751dc32d8b2325ea4130323c3c5 /tests
parent4d00d10a308c4a0337f56d4c95b5f62596bbb69e (diff)
downloadsimpl-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.h2
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: