~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/tests/Miop/McastHello/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 
3
 
@page McastHello Test README File
4
 
 
5
 
This test verifies basic functionality of the MIOP support in TAO.
6
 
It creates two servers that listen on the same group id for requests.
7
 
A client then sends a few requests using MIOP.  If both servers
8
 
receive the multicast requests as expected, the test is successful.
9
 
The most likely failure of the test is if the servers don't receive
10
 
the requests and subsequently time out.
11
 
 
12
 
        To run the test, use the run_test.pl script:
13
 
 
14
 
$ ./run_test.pl
15
 
 
16
 
        the script returns 0 if the test was successful.
17
 
 
18
 
*/