summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2018-06-13Fix last change.Marcello Stanisci
NOTE: the Authorization header is to be added only _once_, as it stays around until the very end when it gets freed by libgnunetcurl.
2018-06-13Properly adding Authorization header via GNUnet API.Marcello Stanisci
2018-06-13Reverting last change.Marcello Stanisci
Custom HTTP headers will be added via a dedicate function offered by the usual GNUnet-cURL stack.
2018-06-12minor editMarcello Stanisci
2018-06-12including Authorization: header to requests.Marcello Stanisci
2018-06-11Authentication>AuthorizationMarcello Stanisci
2018-06-11space neededMarcello Stanisci
2018-06-11wget needs ApiKey header.Marcello Stanisci
2018-05-29Get rid of old "@param selector".Marcello Stanisci
2018-05-25Align testing-lib header file comments with C's.Marcello Stanisci
2018-05-25Commenting string traits.Marcello Stanisci
2018-05-25Comment hash traits.Marcello Stanisci
2018-05-25Commenting merchant signature trait.Marcello Stanisci
2018-05-25Commenting refund traits.Marcello Stanisci
2018-05-24Commenting\ planchet\ traitsMarcello Stanisci
2018-05-24Commenting "history" CMD.Marcello Stanisci
2018-05-24Commenting "track"(s) CMDs.Marcello Stanisci
2018-05-24Commenting "refund" CMD.Marcello Stanisci
2018-05-24Commenting the "rewind" CMD.Marcello Stanisci
2018-05-24Fix bugs strongly related to #5330.Marcello Stanisci
2018-05-24Splitting pay CMD.Marcello Stanisci
The pay CMD used to be aborted in the _old_ test case got split in two CMDs, one per coin, in order to make sure that the good coins is _always_ deposited before we abort and ask for refund. This should fix #5330.
2018-05-23minor edit.Marcello Stanisci
2018-05-23Commenting "proposal"(s) CMDsMarcello Stanisci
2018-05-23Commenting "pay" CMDs.Marcello Stanisci
2018-05-23Commenting the tip CMDs.Marcello Stanisci
2018-05-23Versioning new (test) key.Marcello Stanisci
2018-05-22Adapt "traditional" test case to latest changes.Marcello Stanisci
2018-05-22Enabling the increase-unknown-reserve error case.Marcello Stanisci
2018-05-22Fix "insufficient funds" error case.Marcello Stanisci
The test case didn't firstly create the tip reserve where the "insufficient funds" error was supposed to be caused.
2018-05-22Tip pick up on a non existent tip id. (Closes #5307)Marcello Stanisci
2018-05-22Refund corner case.Marcello Stanisci
Trying to pick up a refund from a regularly paid contract that was never refund-increased in the first place.
2018-05-21Issuing a refund lookup with a non existent order id.Marcello Stanisci
2018-05-21Attempting refund increase on a non existent order id.Marcello Stanisci
2018-05-21Increase refund on a unpaid contract.Marcello Stanisci
2018-05-21Refund test CMD takes expected HTTP code.Marcello Stanisci
2018-05-21adapt to latest twister changes.Marcello Stanisci
2018-05-16addressing FIXME_MARCELLOs.Marcello Stanisci
2018-05-11/track/transaction CMD manually decodes WTID subject.Marcello Stanisci
2018-05-10previous change continued.Marcello Stanisci
Providing exchange url as trait as well.
2018-05-10/track/transaction CMD stores WTID as trait.Marcello Stanisci
This is needed because the real bank does not provide a "bank check" CMD as the fakebank does, making it impossible to get any WTID while running the paygen against the real bank. This way, whenever we use the /track/transaction CMD we get the WTID stored by it, and usable by future CMDs.
2018-05-09Introducing "rewind" CMD.Marcello Stanisci
It allows one to point to the next desired CMD to execute into the interpreter.
2018-05-09proposal CMD generates order_id if missing.Marcello Stanisci
2018-05-07Make test configs more autocomplete.Marcello Stanisci
2018-05-04Explicit merchant URL.Marcello Stanisci
Merchant launcher for tests now takes the merchant URL among its parameters. This gives more flexibility, as it is now possible to run a merchant which listens on unix sockets.
2018-05-04merchant gets launched but wget fails to detect it.Marcello Stanisci
2018-05-04Reverting last change.Marcello Stanisci
Unpractical because the codebases involved are *two*: merchant and exchange, and it is just not practical to recompile the exchange every time we need to generate payments.
2018-05-03conditions in test code.Marcello Stanisci
It is now possible to use a custom config file and purge the test database only if certains symbols are defined. This is needed for the upcoming payment generator, as it should never purge the database it works on, and supposedly always use the ~/.config/taler.conf default database.
2018-05-03remove hard-coded config fileMarcello Stanisci
2018-04-15get tests to pass (again)Christian Grothoff
2018-04-15fix misc issues with tests after latest refactoringChristian Grothoff