Problem 212

Summary: In ISO mode (only) the system tests prompt indefinately
Product: Geant4 Reporter: Steve.ONeale
Component: g3tog4Assignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED INVALID    
Severity: major CC: lockman
Priority: P5    
Version: 2.0   
Hardware: DEC   
OS: OSF/1   

Description Steve.ONeale 2001-01-30 08:20:58 CET
At the end of the system tests (601 and 602) there is a prompt for further
input which is repeated indefinately (or until the disk with the log file
is full).
The test is now suppressed (only for DEC ISO) until we hear from Digital
Comment 1 Gabriele Cosmo 2001-02-01 01:55:59 CET
I verified that on DEC-ISO examples in examples/extended/g3tog4 work
if the input macro is given as parameter instead of being redirected.
i.e.:
              clGeometry data/testmodel.dat clGeometry.in
instead of:
              clGeometry data/testmodel.dat < clGeometry.in

The tests can be reintroduced also for DEC-ISO, assuming the command
is modified ASAP. This overcomes the known bug in ISO iostreams on DEC.