Remove useless "stopgap morituri-insanity compatibility layer"
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user