From 21c0731ad96d3e406f061075584e4f26db17607c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 28 Feb 2012 01:25:30 +0100 Subject: [PATCH] tests: fix CGDCONT reply test, NULL expected instead of empty string --- src/tests/test-modem-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test-modem-helpers.c b/src/tests/test-modem-helpers.c index a5f13970..d1806068 100644 --- a/src/tests/test-modem-helpers.c +++ b/src/tests/test-modem-helpers.c @@ -1223,7 +1223,7 @@ test_cgdcont_response_nokia (void *f, gpointer d) { const gchar *reply = "+CGDCONT: 1,\"IP\",,,0,0"; static MM3gppPdpContext expected[] = { - { 1, "IP", "" } + { 1, "IP", NULL } }; test_cgdcont_results ("Nokia", reply, &expected[0], G_N_ELEMENTS (expected));