diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-11 15:13:06 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-11 15:13:06 +0000 |
| commit | 7a86ab591654d744148560e29f7a53553baa0512 (patch) | |
| tree | ab83ce1d0413fd02206f83af8a8103e0eb661b48 /qpid/cpp/src/tests/MessagingSessionTests.cpp | |
| parent | e6bd568f3fbd1f20df7044ac0f4a022f957a3637 (diff) | |
| download | qpid-python-7a86ab591654d744148560e29f7a53553baa0512.tar.gz | |
Fix compilation error on some platforms
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/MessagingSessionTests.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/MessagingSessionTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/MessagingSessionTests.cpp b/qpid/cpp/src/tests/MessagingSessionTests.cpp index fc39557a0e..ce29099ef9 100644 --- a/qpid/cpp/src/tests/MessagingSessionTests.cpp +++ b/qpid/cpp/src/tests/MessagingSessionTests.cpp @@ -611,6 +611,7 @@ struct DeletePolicyFixture : public MessagingFixture case NEVER: return "{delete:never}"; } + return ""; } void testAll() |
