commit | 87ad2bcaaa5a9fe224ad7a9826b676ca9721ddd1 | [log] [tgz] |
---|---|---|
author | Gonzalo Aguilar Delgado <gaguilar@level2crm.com> | Fri Sep 15 12:26:02 2017 +0200 |
committer | James E. King, III <jking@apache.org> | Sat Nov 18 21:10:18 2017 -0500 |
tree | b8aca3ee0e996f76f9881e1306d6e5bb8ed3b371 | |
parent | 95d5fb3a1e38125b9eabcbe9cda1a6c7bbe3e93d [diff] [blame] |
THRIFT-4329: multiplexed processor, client and server for c_glib Client: c_glib This closes #1361
diff --git a/test/c_glib/src/test_client.c b/test/c_glib/src/test_client.c index deff4e1..ef24ab7 100644 --- a/test/c_glib/src/test_client.c +++ b/test/c_glib/src/test_client.c
@@ -412,7 +412,7 @@ "2nd", &error)) { printf (" = \"%s\"\n", string); - if (strncmp (string, "testString(\"2nd\")", 18) != 0) { + if (strcmp (string, "testString(\"2nd\")") != 0) { ++fail_count; }