~ubuntu-branches/ubuntu/wily/sblim-sfcb/wily

« back to all changes in this revision

Viewing changes to test/TestProviders/tests/Test7ExecQuery4.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guillaume BOTTEX
  • Date: 2010-06-07 11:27:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100607112700-xcihh864agv7gigq
Tags: 1.3.8-0ubuntu1
* New upstream release
* Packaging format changed from 1.0 to 3.0 (quilt)
* Add missing man pages for getSchema and genSslCert
* Add missing binary sfcbinst2mof
* flex and unzip added as dependencies, because needed at build time by
  configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<CIM CIMVERSION="2.0" DTDVERSION="2.0">
 
3
<MESSAGE ID="1000" PROTOCOLVERSION="1.0">
 
4
<SIMPLEREQ>
 
5
<IMETHODCALL NAME="ExecQuery">
 
6
<LOCALNAMESPACEPATH>
 
7
<NAMESPACE NAME="root"/>
 
8
<NAMESPACE NAME="cimv2"/>
 
9
</LOCALNAMESPACEPATH>
 
10
<IPARAMVALUE NAME="QueryLanguage">
 
11
<VALUE>WQL</VALUE>
 
12
</IPARAMVALUE>
 
13
<IPARAMVALUE NAME="Query">
 
14
<VALUE>SELECT Message FROM Sample_Instance WHERE Identifier&lt;3 </VALUE>
 
15
</IPARAMVALUE>
 
16
</IMETHODCALL>
 
17
</SIMPLEREQ>
 
18
</MESSAGE>
 
19
</CIM>
 
20