diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-11-29 22:12:53 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-11-29 22:12:53 +0100 |
commit | c7179569a342c902511ecaf919a45fa82e131dcf (patch) | |
tree | 92f8bdac8179c5dbc7431d4611f8c0432683dd27 /core/errors.rst | |
parent | 67f186613b9fa96c54110ea4112f5ddf5f080161 (diff) | |
download | docs-c7179569a342c902511ecaf919a45fa82e131dcf.tar.gz docs-c7179569a342c902511ecaf919a45fa82e131dcf.tar.bz2 docs-c7179569a342c902511ecaf919a45fa82e131dcf.zip |
taler URIs: add notify-reserve
Diffstat (limited to 'core/errors.rst')
-rw-r--r-- | core/errors.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/errors.rst b/core/errors.rst index 4fe6583..e1689a2 100644 --- a/core/errors.rst +++ b/core/errors.rst @@ -66,3 +66,14 @@ Error Conditions The wallet encountered a programming bug that should be reported to the developers. **Handling**: The wallet should allow the user to report this bug to the wallet developers. + + +End-To-End Testing Scenarios +============================ + +This section describes some advanced end-to-end testing scenarios that should +eventually be covered by our tests. + +* Reserve is created, closed, and then money is sent again to the reserve + +* Amount from payback should end up in customer's account again |