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

« back to all changes in this revision

Viewing changes to test/TestProviders/tests/callmethod.lines

  • 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
<METHODRESPONSE NAME="SayHello">
 
2
<RETURNVALUE PARAMTYPE="string">
 
3
<VALUE>Hello,</VALUE>
 
4
</RETURNVALUE>
 
5
<PARAMVALUE NAME="Message" PARAMTYPE="string">
 
6
<VALUE>Have a good day</VALUE>
 
7
</PARAMVALUE>
 
8
</METHODRESPONSE>