From b29c80a3cdb99fc84fad8348eb298ac16d5b177f Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 7 Jan 2010 20:32:09 +0000 Subject: QPID-2327 - Enhance qpid-config to deal with xml and headers brokers Committed patch from John Dunning git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@897007 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/test.xquery | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qpid/cpp/src/tests/test.xquery (limited to 'qpid/cpp/src/tests/test.xquery') diff --git a/qpid/cpp/src/tests/test.xquery b/qpid/cpp/src/tests/test.xquery new file mode 100644 index 0000000000..4cfe3af02d --- /dev/null +++ b/qpid/cpp/src/tests/test.xquery @@ -0,0 +1,6 @@ + let $w := ./weather + return $w/station = 'Raleigh-Durham International Airport (KRDU)' + and $w/temperature_f > 50 + and $w/temperature_f - $w/dewpoint > 5 + and $w/wind_speed_mph > 7 + and $w/wind_speed_mph < 20 -- cgit v1.2.1