diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-20 14:02:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-20 14:02:10 +0200 |
commit | 16ed21afe071277d797b575a0d15fa29bd969c0b (patch) | |
tree | 9fc4eea7f2753145fe55517f5458fb96be2abe5e /src/mint-lib/test-mint-home | |
parent | a6f8fa98b0253091cae0f2e38fb5fcec47e115fa (diff) |
expanding test to cover multi-wire format scenarios (#3972)
Diffstat (limited to 'src/mint-lib/test-mint-home')
-rw-r--r-- | src/mint-lib/test-mint-home/config/mint-common.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf index eb2f7e90b..f4bc21622 100644 --- a/src/mint-lib/test-mint-home/config/mint-common.conf +++ b/src/mint-lib/test-mint-home/config/mint-common.conf @@ -3,11 +3,9 @@ CURRENCY = EUR # Wire format supported by the mint -# We use 'test' for testing, in principle we should -# run tests for all supported wire formats... -# (we should first implement support for a mint running -# with multiple formats at the same time). -WIREFORMAT = test +# We use 'test' for testing of the actual +# coin operations, and 'sepa' to test SEPA-specific routines. +WIREFORMAT = test sepa # HTTP port the mint listens to PORT = 8081 |