diff options
author | Gordon Sim <gsim@apache.org> | 2008-06-05 21:21:51 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-06-05 21:21:51 +0000 |
commit | 712589702a162c39424a0edc5b1cca221e7794d9 (patch) | |
tree | 831952f6174e40b236bc384e26ad087a148a3948 /cpp/src/tests/MessageBuilderTest.cpp | |
parent | 702fc1b569f5991dcc65ea1428586db9d40f8f95 (diff) | |
download | qpid-python-712589702a162c39424a0edc5b1cca221e7794d9.tar.gz |
Uncomment test now that inline allocator is fixed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/MessageBuilderTest.cpp')
-rw-r--r-- | cpp/src/tests/MessageBuilderTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/MessageBuilderTest.cpp b/cpp/src/tests/MessageBuilderTest.cpp index 0140672833..55f568d41d 100644 --- a/cpp/src/tests/MessageBuilderTest.cpp +++ b/cpp/src/tests/MessageBuilderTest.cpp @@ -177,7 +177,7 @@ QPID_AUTO_TEST_CASE(test2ContentFrames) BOOST_CHECK(builder.getMessage()); BOOST_CHECK(builder.getMessage()->getFrames().isComplete()); } -/* + QPID_AUTO_TEST_CASE(testStaging) { MockMessageStore store; @@ -212,6 +212,5 @@ QPID_AUTO_TEST_CASE(testStaging) //were the content frames dropped? BOOST_CHECK(!builder.getMessage()->isContentLoaded()); } -*/ QPID_AUTO_TEST_SUITE_END() |