MXS-2727 Fix test-program
This commit is contained in:
parent
80ce599cf8
commit
0ec505b301
@ -91,7 +91,8 @@ int mxs_2727()
|
||||
result = pCache->put_value(key, pValue);
|
||||
gwbuf_free(pValue);
|
||||
|
||||
if (!CACHE_RESULT_IS_OK(result))
|
||||
// Expected to fail, as the value does not fit into the cache.
|
||||
if (CACHE_RESULT_IS_OK(result))
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user