summaryrefslogtreecommitdiff
path: root/src/mint-lib/test-mint-home/config/mint-common.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-20 14:02:10 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-20 14:02:10 +0200
commit16ed21afe071277d797b575a0d15fa29bd969c0b (patch)
tree9fc4eea7f2753145fe55517f5458fb96be2abe5e /src/mint-lib/test-mint-home/config/mint-common.conf
parenta6f8fa98b0253091cae0f2e38fb5fcec47e115fa (diff)
downloadexchange-16ed21afe071277d797b575a0d15fa29bd969c0b.tar.gz
exchange-16ed21afe071277d797b575a0d15fa29bd969c0b.tar.bz2
exchange-16ed21afe071277d797b575a0d15fa29bd969c0b.zip
expanding test to cover multi-wire format scenarios (#3972)
Diffstat (limited to 'src/mint-lib/test-mint-home/config/mint-common.conf')
-rw-r--r--src/mint-lib/test-mint-home/config/mint-common.conf8
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