//README,v 1.1 2003/07/16 04:20:24 yamuna Exp

Case
----

This is a test of the various operations in the RTScheduling::Current
Interface used to create and manage DTs. Four DTs are created. The
following are the operations and cases tested:

1. Out of context end_scheduling_segment () invocation.
2. Out of context update_scheduling_segment () invocation.
3. Creation of DT's consisting of nested scheduling segments using
   begin_scheduling_segment () and end_scheduling_segment () operations.
4. Retreiving DT Guid with Current::id () method.
5. Listing the names of the scheduling segments using
   current_scheduling_segment_names ().

To Run
------

./test


Typical Output
--------------

Making an end_scheduling_segment call without first calling begin_scheduling_segment
Missing scheduling context OR DT cancelled
(10205|1024) EXCEPTION, End Scheduling Segment is out of context
system exception, ID 'IDL:omg.org/CORBA/BAD_INV_ORDER:1.0'
TAO exception, minor code = 0 (unknown location; unspecified errno), completed = NO

Making an update_scheduling_segment call without first calling begin_scheduling_segment
(10205|1024) EXCEPTION, Update Scheduling Segment is out of context:
system exception, ID 'IDL:omg.org/CORBA/BAD_INV_ORDER:1.0'
TAO exception, minor code = 0 (unknown location; unspecified errno), completed = NO

Starting Distributable Thread 1 with 3 nested scheduling segments....
Starting Distributable Thread 2 with 3 nested scheduling segments....
Segment Names for DT 1 :
The Return of the King
Two Towers
Fellowship of the Rings
Segment Names for DT 2 :
DT 1 terminated ...
The Return of the King
Two Towers
Fellowship of the Rings
DT 2 terminated ...
Starting Distributable Thread 3 with 3 nested scheduling segments....
Segment Names for DT 3 :
The Return of the King
Two Towers
Fellowship of the Rings
DT 3 terminated ...
Starting Distributable Thread 4 with 3 nested scheduling segments....
Segment Names for DT 4 :
The Return of the King
Two Towers
Fellowship of the Rings
DT 4 terminated ...


