summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-14 18:29:24 +0000
committerAlan Conway <aconway@apache.org>2007-03-14 18:29:24 +0000
commit611f96346cc2f78f42f6af077167e87c51c62942 (patch)
treee9e37a6e2647a931ce6e61cff70da7d0e62aa8ab
parentb476f29d6d37d3422dcfbf932397803f66106dec (diff)
downloadqpid-python-611f96346cc2f78f42f6af077167e87c51c62942.tar.gz
cpp/tests/FramingTest.cpp: Updated for new default virtual host "/"
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518258 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/tests/FramingTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/FramingTest.cpp b/cpp/tests/FramingTest.cpp
index 406241d2c9..f8754337c8 100644
--- a/cpp/tests/FramingTest.cpp
+++ b/cpp/tests/FramingTest.cpp
@@ -359,7 +359,7 @@ class FramingTest : public CppUnit::TestCase
ASSERT_FRAME("CLIENT: Frame[channel=0; response(id=1,request=1,batch=0): ConnectionStartOk: clientProperties={}; mechanism=PLAIN; response=\000guest\000guest; locale=en_US]", *i++);
ASSERT_FRAME("BROKER: Frame[channel=0; request(id=2,mark=1): ConnectionTune: channelMax=100; frameMax=65536; heartbeat=0]", *i++);
ASSERT_FRAME("CLIENT: Frame[channel=0; response(id=2,request=2,batch=0): ConnectionTuneOk: channelMax=100; frameMax=65536; heartbeat=0]", *i++);
- ASSERT_FRAME("CLIENT: Frame[channel=0; request(id=1,mark=0): ConnectionOpen: virtualHost=; capabilities=; insist=1]", *i++);
+ ASSERT_FRAME("CLIENT: Frame[channel=0; request(id=1,mark=0): ConnectionOpen: virtualHost=/; capabilities=; insist=1]", *i++);
ASSERT_FRAME("BROKER: Frame[channel=0; response(id=1,request=1,batch=0): ConnectionOpenOk: knownHosts=]", *i++);
ASSERT_FRAME("CLIENT: Frame[channel=1; request(id=1,mark=0): ChannelOpen: outOfBand=]", *i++);
ASSERT_FRAME("BROKER: Frame[channel=1; response(id=1,request=1,batch=0): ChannelOpenOk: channelId=]", *i++);