From d40998c4affcb76acea42b25455deb087f544dfc Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 20 Jul 2015 22:35:14 +0100 Subject: Added reciept send functional test --- tests/functionaltests/functionaltests.c | 1 + tests/functionaltests/test_receipts.c | 21 +++++++++++++++++++++ tests/functionaltests/test_receipts.h | 1 + 3 files changed, 23 insertions(+) diff --git a/tests/functionaltests/functionaltests.c b/tests/functionaltests/functionaltests.c index 8650ea3a..f244b95a 100644 --- a/tests/functionaltests/functionaltests.c +++ b/tests/functionaltests/functionaltests.c @@ -67,6 +67,7 @@ int main(int argc, char* argv[]) { PROF_FUNC_TEST(receive_self_carbon), PROF_FUNC_TEST(send_receipt_request), + PROF_FUNC_TEST(send_receipt_on_request), }; return run_tests(all_tests); diff --git a/tests/functionaltests/test_receipts.c b/tests/functionaltests/test_receipts.c index 0360fda8..357663f3 100644 --- a/tests/functionaltests/test_receipts.c +++ b/tests/functionaltests/test_receipts.c @@ -27,3 +27,24 @@ send_receipt_request(void **state) "" )); } + +void +send_receipt_on_request(void **state) +{ + prof_input("/receipts send on"); + + prof_connect(); + + stbbr_send( + "" + "Wants a receipt" + "" + "" + ); + + assert_true(stbbr_received( + "" + "" + "" + )); +} diff --git a/tests/functionaltests/test_receipts.h b/tests/functionaltests/test_receipts.h index efd18f1e..5bfa5d1f 100644 --- a/tests/functionaltests/test_receipts.h +++ b/tests/functionaltests/test_receipts.h @@ -1,2 +1,3 @@ void send_receipt_request(void **state); +void send_receipt_on_request(void **state); -- cgit 1.4.1-2-gfad0