diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-08-26 21:28:13 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-08-26 21:28:13 +0000 |
commit | 6579816b73d7bde5b0f206cb0cef54eb50086d97 (patch) | |
tree | f3069dbd8cb448a5153213f29269cdaf775eb2dc /cpp/src | |
parent | 8563f2d979cd07932a86b98779adb98fe7b7f026 (diff) | |
download | qpid-python-6579816b73d7bde5b0f206cb0cef54eb50086d97.tar.gz |
Fix MessagingSessionTests name (was missing trailing 's'
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@808189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 56a4aaf2b0..b1219aad74 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -95,7 +95,7 @@ set(unit_tests_to_build InlineAllocator InlineVector ClientSessionTest - MessagingSessionTest + MessagingSessionTests SequenceSet StringUtils IncompleteMessageList |