This commit is contained in:
Marcello Stanisci 2017-02-20 15:24:24 +01:00
parent b45ef5c65e
commit ac34262853
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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)