taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ac342628533ddf1922c050d9c37428d73538d8d6
parent b45ef5c65eda1b2e608fc702118b0ceff84f3054
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 20 Feb 2017 15:24:24 +0100

Logging

Diffstat:
Mselenium/withdraw_buy.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py @@ -289,7 +289,7 @@ fulfillment_url_25 = buy_article(client, "25._The_Danger_of_Software_Patents") fulfillment_url_41 = buy_article(client, "41._Avoiding_Ruinous_Compromises") client.delete_all_cookies() ret = buy_article(client, "25._The_Danger_of_Software_Patents", fulfillment_url_25) -logger.info("ret: '%s'" % ret) +logger.info("Bookmarked purchase: '%s'" % ret) logger.info("Test passed") client.close() sys.exit(0)