You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ja...@apache.org on 2005/05/17 16:23:46 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output OtherFaultExceptionTest.cpp.out

jamejose    2005/05/17 07:23:46

  Added:       c/tests/auto_build/testcases/output
                        OtherFaultExceptionTest.cpp.out
  Log:
  Adding OtherFaultExceptionTest.cpp.out
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/OtherFaultExceptionTest.cpp.out
  
  Index: OtherFaultExceptionTest.cpp.out
  ===================================================================
  
  
  Trying to div 10 by 0
  Fault Detail - <DivByZeroStruct><varString>Division by zero exception</varString><varInt>1</varInt><varFloat>10.52</varFloat></DivByZeroStruct>
  Fault String - org.soapinterop.DivByZeroStruct
  Fault code   - ns2008922717:DivByZeroStruct
  
  
  Trying to div 1000 by 5
  Fault Detail - <SpecialDetailStruct><varString>You have entered 1000 for the first parameter. 1000 is reserved. Please do not use it</varString></SpecialDetailStruct>
  Fault String - org.soapinterop.SpecialDetailStruct
  Fault code   - ns2008922717:SpecialDetailStruct
  
  
  Trying to div 10 by -5
  Fault Detail - <OutOfBoundStruct><varString>Out of bounds exception</varString><varInt>2</varInt><specialDetail><varString>This bounds exception is a forced exception</varString></specialDetail></OutOfBoundStruct>
  Fault String - org.soapinterop.OutOfBoundStruct
  Fault code   - ns2008922717:OutOfBoundStruct
  ---------------------- TEST COMPLETE -----------------------------