Browse Source

test.py xmrwallet_txview: add 2 ref TX files

The MMGen Project 1 year ago
parent
commit
baa1ae7f98

File diff suppressed because it is too large
+ 17 - 0
test/ref/monero/8BFA29-963699-XMR[0.257].rawtx


File diff suppressed because it is too large
+ 17 - 0
test/ref/monero/D94583-8FFBF7-XMR[0.124].subtx


+ 2 - 1
test/test_py_d/ts_misc.py

@@ -48,7 +48,8 @@ class TestSuiteMisc(TestSuiteBase):
 		return t
 
 	def xmrwallet_txview(self):
-		t = self.spawn(f'mmgen-xmrwallet',['txview','test/ref/monero/3EBD06-2D6E3B-XMR[0.74].testnet.sigtx'])
+		files = get_file_with_ext('test/ref/monero','tx',no_dot=True,delete=False,return_list=True)
+		t = self.spawn( f'mmgen-xmrwallet', ['txview'] + files )
 		res = strip_ansi_escapes(t.read()).replace('\r','')
 		for s in (
 			'Amount:    0.74 XMR',

Some files were not shown because too many files changed in this diff