Author: shuston
Date: Wed Dec 9 00:18:38 2009
New Revision: 888656
URL: http://svn.apache.org/viewvc?rev=888656&view=rev
Log:
Correct typo in diagnostic message.
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=888656&r1=888655&r2=888656&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/python_tests.ps1 (original)
+++ qpid/trunk/qpid/cpp/src/tests/python_tests.ps1 Wed Dec 9 00:18:38 2009
@@ -22,7 +22,7 @@
$srcdir = Split-Path $myInvocation.InvocationName
$PYTHON_DIR = "$srcdir\..\..\..\python"
if (!(Test-Path $PYTHON_DIR -pathType Container)) {
- "Skipping header test as python libs not found"
+ "Skipping python tests as python libs not found"
exit 1
}
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]