Hi Rajith!

On Fri, Mar 12, 2010 at 09:41:47AM -0500, Rajith Attapattu wrote:
> Could you please create a JIRA and attach the patch there.
> (Pls make sure to tick the check box granting the license.)

But this is a patch for store. Should I create a JIRA for fix in
RHM store module?

Probably I am writing to wrong list, but rhemrg-users-l...@redhat.com
seems to be pretty unresponsive.

By the way, I fixed the other error as well, complete patch attached.

 Thanks, Ján
diff --git a/cpp/tests/run_old_python_tests b/cpp/tests/run_old_python_tests
index 0b1197d..1add120 100755
--- a/cpp/tests/run_old_python_tests
+++ b/cpp/tests/run_old_python_tests
@@ -40,7 +40,8 @@ EOF
 fi
 
 QPID_PYTHON_DIR=${QPID_DIR}/python
-export PYTHONPATH=${QPID_PYTHON_DIR}:${abs_srcdir}
+QPID_QMF_DIR=${QPID_DIR}/extras/qmf/build/lib
+export PYTHONPATH=${QPID_PYTHON_DIR}:${QPID_QMF_DIR}:${abs_srcdir}
 
 if python -c "import qpid" ; then
        PYTHON_TESTS=
diff --git a/cpp/tests/system_test.sh b/cpp/tests/system_test.sh
index 8de66f9..8ac42c9 100755
--- a/cpp/tests/system_test.sh
+++ b/cpp/tests/system_test.sh
@@ -32,7 +32,7 @@ fi
 
 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/build/lib
 
 echo "Using directory $TMP_DATA_DIR"
 

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to