You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/04/13 00:34:45 UTC

svn commit: r933439 - /qpid/trunk/qpid/cpp/src/tests/python_tests.ps1

Author: shuston
Date: Mon Apr 12 22:34:45 2010
New Revision: 933439

URL: http://svn.apache.org/viewvc?rev=933439&view=rev
Log:
Pick up more of the existing test cases from qpid/tests

Modified:
    qpid/trunk/qpid/cpp/src/tests/python_tests.ps1

Modified: qpid/trunk/qpid/cpp/src/tests/python_tests.ps1
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/python_tests.ps1?rev=933439&r1=933438&r2=933439&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/python_tests.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/python_tests.ps1 Mon Apr 12 22:34:45 2010
@@ -26,6 +26,8 @@ if (!(Test-Path $PYTHON_DIR -pathType Co
     exit 1
 }
 
+$PYTHON_TEST_DIR = "$srcdir\..\..\..\tests\src\py"
+
 if (Test-Path env:FAILING) {
     $fails = "-I $env:FAILING"
 }
@@ -37,6 +39,6 @@ else {
 }
 
 #cd $PYTHON_DIR
-$env:PYTHONPATH="$PYTHON_DIR;$env:PYTHONPATH"
-python $PYTHON_DIR/qpid-python-test -b localhost:$env:QPID_PORT $fails $tests
+$env:PYTHONPATH="$PYTHON_DIR;$PYTHON_TEST_DIR;$env:PYTHONPATH"
+python $PYTHON_DIR/qpid-python-test -m qpid_tests.broker_0_10 -m qpid.tests -b localhost:$env:QPID_PORT $fails $tests
 exit $LASTEXITCODE



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