Skip to content
Snippets Groups Projects
Commit c7f98992 authored by Fabian Schuh's avatar Fabian Schuh
Browse files

Merge branch 'develop'

parents b88da0fd 71c6bd3f
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ class Testcases(unittest.TestCase): ...@@ -94,6 +94,7 @@ class Testcases(unittest.TestCase):
getOperationNameForId(prop["proposed_ops"][0]["op"][0]), getOperationNameForId(prop["proposed_ops"][0]["op"][0]),
"transfer") "transfer")
"""
def test_finalizeOps_changeproposer_legacy(self): def test_finalizeOps_changeproposer_legacy(self):
bts = self.bts bts = self.bts
bts.proposer = "init5" bts.proposer = "init5"
...@@ -109,6 +110,7 @@ class Testcases(unittest.TestCase): ...@@ -109,6 +110,7 @@ class Testcases(unittest.TestCase):
self.assertEqual( self.assertEqual(
getOperationNameForId(prop["proposed_ops"][0]["op"][0]), getOperationNameForId(prop["proposed_ops"][0]["op"][0]),
"transfer") "transfer")
"""
def test_new_proposals(self): def test_new_proposals(self):
bts = self.bts bts = self.bts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment