]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests/rgw: fix ints returned where a string is expected 57330/head
authorRonen Friedman <rfriedma@redhat.com>
Tue, 7 May 2024 13:07:21 +0000 (16:07 +0300)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 7 May 2024 13:07:21 +0000 (16:07 +0300)
commit9cb55faa59cd4f1d374d64b3ed11387d8d86a139
tree2c83ff65fbf479a13fab8ee61700f4d053d35e61
parent7dd8e5a2daf88b420fd98ba83b17782541b276e0
tests/rgw: fix ints returned where a string is expected

Modifying test_rgw_iam_policy.cc to avoid C++23
compilation errors. C++23 does not allow int-to-string
conversions, and '0' cannot be returned where a string
is expected.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/test/rgw/test_rgw_iam_policy.cc