Remove useless "stopgap morituri-insanity compatibility layer"

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2019-03-29 13:30:44 +01:00
parent 135cc9ce05
commit 1ae6240e63
4 changed files with 3 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ from whipper.test import common
class VersionTestCase(common.TestCase):
def testGetVersion(self):
v = cdrdao.getCDRDAOVersion()
v = cdrdao.version()
self.assertTrue(v)
# make sure it starts with a digit
self.assertTrue(int(v[0]))