Fixed CCs RPC tests (#1314)
* updated diceaddress rpc keys, added prints for diceaddress key / value
# removed Dicemarker
# fixed DiceCCaddress spelling to DiceCCAddress
# NOTE myaddress/myAddress is duplicated
# added DiceCCTokensAddress DiceNormalAddress
# removed CCaddress
* Updated keys for faucetaddress
* Update cryptoconditions_oracles.py
Updated address keys.
* update test-rpc keys
* fixed rewards test
* fixed channels tests
* fixed tokenCC tests
This commit is contained in:
committed by
jl777
parent
8a7fc182f0
commit
a6e030004f
@@ -31,7 +31,8 @@ class CryptoconditionsChannelsTest(CryptoconditionsTestFramework):
|
||||
result = rpc.channelsaddress(self.pubkey)
|
||||
assert_success(result)
|
||||
# test that additional CCaddress key is returned
|
||||
for x in ['myCCaddress', 'ChannelsCCaddress', 'Channelsmarker', 'myaddress', 'CCaddress']:
|
||||
for x in ['ChannelsCC1of2TokensAddress', 'myCCAddress(Channels)', 'ChannelsCC1of2Address', 'myAddress', \
|
||||
'myCCaddress', 'ChannelsNormalAddress', 'PubkeyCCaddress(Channels)', 'ChannelsCCAddress']:
|
||||
assert_equal(result[x][0], 'R')
|
||||
|
||||
# getting empty channels list
|
||||
|
||||
Reference in New Issue
Block a user