Author: kpvdr
Date: 2010-04-28 09:25:26 -0400 (Wed, 28 Apr 2010)
New Revision: 3942
Modified:
store/trunk/cpp/lib/MessageStoreImpl.cpp
store/trunk/cpp/tests/system_test.sh
Log:
Updated PYTHONPATH in one of the old python tests to point to new qmf location
Modified: store/trunk/cpp/lib/MessageStoreImpl.cpp
===================================================================
--- store/trunk/cpp/lib/MessageStoreImpl.cpp 2010-04-26 20:26:08 UTC (rev 3941)
+++ store/trunk/cpp/lib/MessageStoreImpl.cpp 2010-04-28 13:25:26 UTC (rev 3942)
@@ -1368,7 +1368,7 @@
u_int64_t queueId (queue.getPersistenceId());
u_int64_t messageId (msg->getPersistenceId());
if (messageId == 0) {
- THROW_STORE_EXCEPTION("Error dequeing message, persistence id not
set");
+ THROW_STORE_EXCEPTION("Error dequeuing message, persistence id not
set");
}
if (queueId == 0) {
THROW_STORE_EXCEPTION("Queue not created: " + queue.getName());
Modified: store/trunk/cpp/tests/system_test.sh
===================================================================
--- store/trunk/cpp/tests/system_test.sh 2010-04-26 20:26:08 UTC (rev 3941)
+++ store/trunk/cpp/tests/system_test.sh 2010-04-28 13:25:26 UTC (rev 3942)
@@ -32,7 +32,7 @@
xml_spec=$QPID_DIR/specs/amqp.0-10-qpid-errata.xml
test -f $xml_spec || error "$xml_spec not found: invalid \$QPID_DIR ?"
-export PYTHONPATH=$QPID_DIR/python
+export PYTHONPATH=$QPID_DIR/python:$QPID_DIR/extras/qmf/src/py
echo "Using directory $TMP_DATA_DIR"
Show replies by date