summaryrefslogtreecommitdiff
path: root/test/unit/t_utils.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-24 13:16:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-24 13:16:28 -0400
commitd525db35d879d367264ce3093d508f6b3d9b5f89 (patch)
tree8da522d2d10bd77784a76ff3ee2f49e0b8f2c181 /test/unit/t_utils.cc
parent07fcc3a08af552bd40d4bd5103d4668662acdaf4 (diff)
downloadledger-d525db35d879d367264ce3093d508f6b3d9b5f89.tar.gz
ledger-d525db35d879d367264ce3093d508f6b3d9b5f89.tar.bz2
ledger-d525db35d879d367264ce3093d508f6b3d9b5f89.zip
Restored the use of Python unit tests
Diffstat (limited to 'test/unit/t_utils.cc')
-rw-r--r--test/unit/t_utils.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/unit/t_utils.cc b/test/unit/t_utils.cc
index 07be2815..c6861dd1 100644
--- a/test/unit/t_utils.cc
+++ b/test/unit/t_utils.cc
@@ -2,11 +2,3 @@
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "util");
-void UtilitiesTestCase::setUp() {
-}
-void UtilitiesTestCase::tearDown() {
-}
-
-void UtilitiesTestCase::testConstructors()
-{
-}