Branch: refs/heads/master
Home: https://github.com/mailru/tarantool
Commit: 890ed2f03ea6ad9ac509f3813552cdaaa5ee7aef
https://github.com/mailru/tarantool/commit/890ed2f03ea6ad9ac509f3813552cdaaa5ee7aef
Author: Konstantin Osipov <[email protected]>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M test/connector_c/tt.c
Log Message:
-----------
Fix a failing test.
diff --git a/test/connector_c/tt.c b/test/connector_c/tt.c
index 2204e06..da80546 100644
--- a/test/connector_c/tt.c
+++ b/test/connector_c/tt.c
@@ -437,7 +437,7 @@ static void tt_tnt_net_call_na(struct tt_test *test) {
while (tnt_next(&i)) {
struct tnt_reply *r = TNT_ISTREAM_REPLY(&i);
TT_ASSERT(r->code != 0);
- TT_ASSERT(strcmp(r->error, "Illegal parameters, tuple
cardinality is 0") == 0);
+ TT_ASSERT(strcmp(r->error, "Illegal parameters, tuple field
count is 0") == 0);
}
tnt_iter_free(&i);
}
================================================================
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp