diff options
| author | Gordon Sim <gsim@apache.org> | 2008-02-01 18:28:14 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-02-01 18:28:14 +0000 |
| commit | ca4d860646cbe2f7308b8ff1da36ee96c010f2de (patch) | |
| tree | ecd8faeadfef1ad7acad75c6197de7d4fc43483c /qpid/cpp/src | |
| parent | b11010158bd845c738efda5bb37d63138006efb3 (diff) | |
| download | qpid-python-ca4d860646cbe2f7308b8ff1da36ee96c010f2de.tar.gz | |
Use 'guest' as default uid and password for tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@617596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/tests/TestOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/TestOptions.h b/qpid/cpp/src/tests/TestOptions.h index 3c3d13f3dd..87710964d6 100644 --- a/qpid/cpp/src/tests/TestOptions.h +++ b/qpid/cpp/src/tests/TestOptions.h @@ -37,8 +37,8 @@ struct TestOptions : public qpid::Options TestOptions(const std::string& helpText_=std::string()) : Options("Test Options"), host("localhost"), port(TcpAddress::DEFAULT_PORT), - clientid("cpp"), help(false), - helpText(helpText_) + clientid("cpp"), username("guest"), password("guest"), + help(false), helpText(helpText_) { addOptions() ("host,h", optValue(host, "HOST"), "Broker host to connect to") |
