From 7d4b6d6f4f770716b092735e68624065da4ec60f Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 1 Feb 2014 22:49:47 +0000 Subject: Changed name of expected values in tests --- tests/ui/mock_ui.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/ui') diff --git a/tests/ui/mock_ui.c b/tests/ui/mock_ui.c index 03672646..623efbd9 100644 --- a/tests/ui/mock_ui.c +++ b/tests/ui/mock_ui.c @@ -225,9 +225,9 @@ stub_ui_handle_recipient_error(void) // expectations void -expect_cons_show(char *output) +expect_cons_show(char *expected) { - expect_string(_mock_cons_show, output, output); + expect_string(_mock_cons_show, output, expected); } void @@ -237,9 +237,9 @@ expect_cons_show_calls(int n) } void -expect_cons_show_error(char *output) +expect_cons_show_error(char *expected) { - expect_string(_mock_cons_show_error, output, output); + expect_string(_mock_cons_show_error, output, expected); } void -- cgit 1.4.1-2-gfad0