[qa] Extend tests

Github-Pull: #7684
Rebased-From: fa3a81af18 fad7dc8a6c fad8cfb893
This commit is contained in:
MarcoFalke
2016-01-19 17:47:55 +01:00
parent d89fbfe899
commit ad8c743421
12 changed files with 21 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ class InvalidTxRequestTest(ComparisonTestFramework):
# chr(100) is OP_NOTIF
# Transaction will be rejected with code 16 (REJECT_INVALID)
tx1 = create_transaction(self.block1.vtx[0], 0, chr(100), 50*100000000)
tx1 = create_transaction(self.block1.vtx[0], 0, chr(100), 50*COIN)
yield TestInstance([[tx1, RejectResult(16, 'mandatory-script-verify-flag-failed')]])
# TODO: test further transactions...