contrib/refund: add tests
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 6 May 2015 17:09:41 +0000 (13:09 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 11 May 2015 14:46:20 +0000 (10:46 -0400)
commitc60e0e7c766cb2e205d759861d9398ac30cc255d
tree3e33bddf07e4d12f618ccfdc539b522aa4cead56
parent858dfdc2a8a0561653da3419eeaa30d1b963aaf3
contrib/refund: add tests

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
106 files changed:
contrib/refund/tests/Makefile [new file with mode: 0644]
contrib/refund/tests/client_error1.json [new file with mode: 0644]
contrib/refund/tests/client_error2.json [new file with mode: 0644]
contrib/refund/tests/client_error3.json [new file with mode: 0644]
contrib/refund/tests/client_error4.json [new file with mode: 0644]
contrib/refund/tests/contractA1.json [new file with mode: 0644]
contrib/refund/tests/contractA2.json [new file with mode: 0644]
contrib/refund/tests/contractA3.json [new file with mode: 0644]
contrib/refund/tests/contractA4.json [new file with mode: 0644]
contrib/refund/tests/contractA5.json [new file with mode: 0644]
contrib/refund/tests/contractB1.json [new file with mode: 0644]
contrib/refund/tests/contractB2.json [new file with mode: 0644]
contrib/refund/tests/contractB3.json [new file with mode: 0644]
contrib/refund/tests/contractB4.json [new file with mode: 0644]
contrib/refund/tests/contractB5.json [new file with mode: 0644]
contrib/refund/tests/contractC1.json [new file with mode: 0644]
contrib/refund/tests/contractC2.json [new file with mode: 0644]
contrib/refund/tests/contractC3.json [new file with mode: 0644]
contrib/refund/tests/contractD1.json [new file with mode: 0644]
contrib/refund/tests/contractD2.json [new file with mode: 0644]
contrib/refund/tests/contractD3.json [new file with mode: 0644]
contrib/refund/tests/contractD4.json [new file with mode: 0644]
contrib/refund/tests/contractE1.json [new file with mode: 0644]
contrib/refund/tests/contractE2.json [new file with mode: 0644]
contrib/refund/tests/contractE3.json [new file with mode: 0644]
contrib/refund/tests/contractE4.json [new file with mode: 0644]
contrib/refund/tests/contract_error1.json [new file with mode: 0644]
contrib/refund/tests/contract_error2.json [new file with mode: 0644]
contrib/refund/tests/contract_error3.json [new file with mode: 0644]
contrib/refund/tests/contract_error4.json [new file with mode: 0644]
contrib/refund/tests/dossier_error1.json [new file with mode: 0644]
contrib/refund/tests/json_error1.json [new file with mode: 0644]
contrib/refund/tests/json_error2.json [new file with mode: 0644]
contrib/refund/tests/json_error3.json [new file with mode: 0644]
contrib/refund/tests/month_error1.json [new file with mode: 0644]
contrib/refund/tests/month_error2.json [new file with mode: 0644]
contrib/refund/tests/month_error3.json [new file with mode: 0644]
contrib/refund/tests/month_error4.json [new file with mode: 0644]
contrib/refund/tests/recl_date_error1.json [new file with mode: 0644]
contrib/refund/tests/recl_date_error2.json [new file with mode: 0644]
contrib/refund/tests/recl_date_error3.json [new file with mode: 0644]
contrib/refund/tests/recl_date_error4.json [new file with mode: 0644]
contrib/refund/tests/recl_error1.json [new file with mode: 0644]
contrib/refund/tests/recl_error2.json [new file with mode: 0644]
contrib/refund/tests/recl_error3.json [new file with mode: 0644]
contrib/refund/tests/recl_error4.json [new file with mode: 0644]
contrib/refund/tests/recl_fees_error1.json [new file with mode: 0644]
contrib/refund/tests/recl_fees_error2.json [new file with mode: 0644]
contrib/refund/tests/recl_fees_error3.json [new file with mode: 0644]
contrib/refund/tests/recl_fees_error4.json [new file with mode: 0644]
contrib/refund/tests/recl_soin_error1.json [new file with mode: 0644]
contrib/refund/tests/recl_soin_error2.json [new file with mode: 0644]
contrib/refund/tests/recl_soin_error3.json [new file with mode: 0644]
contrib/refund/tests/res/client_error1.res [new file with mode: 0644]
contrib/refund/tests/res/client_error2.res [new file with mode: 0644]
contrib/refund/tests/res/client_error3.res [new file with mode: 0644]
contrib/refund/tests/res/client_error4.res [new file with mode: 0644]
contrib/refund/tests/res/contractA1.res [new file with mode: 0644]
contrib/refund/tests/res/contractA2.res [new file with mode: 0644]
contrib/refund/tests/res/contractA3.res [new file with mode: 0644]
contrib/refund/tests/res/contractA4.res [new file with mode: 0644]
contrib/refund/tests/res/contractA5.res [new file with mode: 0644]
contrib/refund/tests/res/contractB1.res [new file with mode: 0644]
contrib/refund/tests/res/contractB2.res [new file with mode: 0644]
contrib/refund/tests/res/contractB3.res [new file with mode: 0644]
contrib/refund/tests/res/contractB4.res [new file with mode: 0644]
contrib/refund/tests/res/contractB5.res [new file with mode: 0644]
contrib/refund/tests/res/contractC1.res [new file with mode: 0644]
contrib/refund/tests/res/contractC2.res [new file with mode: 0644]
contrib/refund/tests/res/contractC3.res [new file with mode: 0644]
contrib/refund/tests/res/contractD1.res [new file with mode: 0644]
contrib/refund/tests/res/contractD2.res [new file with mode: 0644]
contrib/refund/tests/res/contractD3.res [new file with mode: 0644]
contrib/refund/tests/res/contractD4.res [new file with mode: 0644]
contrib/refund/tests/res/contractE1.res [new file with mode: 0644]
contrib/refund/tests/res/contractE2.res [new file with mode: 0644]
contrib/refund/tests/res/contractE3.res [new file with mode: 0644]
contrib/refund/tests/res/contractE4.res [new file with mode: 0644]
contrib/refund/tests/res/contract_error1.res [new file with mode: 0644]
contrib/refund/tests/res/contract_error2.res [new file with mode: 0644]
contrib/refund/tests/res/contract_error3.res [new file with mode: 0644]
contrib/refund/tests/res/contract_error4.res [new file with mode: 0644]
contrib/refund/tests/res/dossier_error1.res [new file with mode: 0644]
contrib/refund/tests/res/json_error1.res [new file with mode: 0644]
contrib/refund/tests/res/json_error2.res [new file with mode: 0644]
contrib/refund/tests/res/json_error3.res [new file with mode: 0644]
contrib/refund/tests/res/month_error1.res [new file with mode: 0644]
contrib/refund/tests/res/month_error2.res [new file with mode: 0644]
contrib/refund/tests/res/month_error3.res [new file with mode: 0644]
contrib/refund/tests/res/month_error4.res [new file with mode: 0644]
contrib/refund/tests/res/recl_date_error1.res [new file with mode: 0644]
contrib/refund/tests/res/recl_date_error2.res [new file with mode: 0644]
contrib/refund/tests/res/recl_date_error3.res [new file with mode: 0644]
contrib/refund/tests/res/recl_date_error4.res [new file with mode: 0644]
contrib/refund/tests/res/recl_error1.res [new file with mode: 0644]
contrib/refund/tests/res/recl_error2.res [new file with mode: 0644]
contrib/refund/tests/res/recl_error3.res [new file with mode: 0644]
contrib/refund/tests/res/recl_error4.res [new file with mode: 0644]
contrib/refund/tests/res/recl_fees_error1.res [new file with mode: 0644]
contrib/refund/tests/res/recl_fees_error2.res [new file with mode: 0644]
contrib/refund/tests/res/recl_fees_error3.res [new file with mode: 0644]
contrib/refund/tests/res/recl_fees_error4.res [new file with mode: 0644]
contrib/refund/tests/res/recl_soin_error1.res [new file with mode: 0644]
contrib/refund/tests/res/recl_soin_error2.res [new file with mode: 0644]
contrib/refund/tests/res/recl_soin_error3.res [new file with mode: 0644]
contrib/refund/tests/tests.sh [new file with mode: 0755]