You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/03/21 04:25:13 UTC

cvs commit: ws-juddi/src/junit/org/apache/juddi/handler ResultHandlerTests.java DispositionReportHandlerTests.java

sviens      2005/03/20 19:25:12

  Modified:    src/junit/org/apache/juddi/handler ResultHandlerTests.java
                        DispositionReportHandlerTests.java
  Log:
  Updated jUnit test source.
  
  Revision  Changes    Path
  1.6       +1 -1      ws-juddi/src/junit/org/apache/juddi/handler/ResultHandlerTests.java
  
  Index: ResultHandlerTests.java
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/junit/org/apache/juddi/handler/ResultHandlerTests.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ResultHandlerTests.java	21 Mar 2005 02:06:29 -0000	1.5
  +++ ResultHandlerTests.java	21 Mar 2005 03:25:11 -0000	1.6
  @@ -52,7 +52,7 @@
       errInfo.setErrMsg("Authentication token information has timed out.");
   
   		Result object = new Result();
  -		object.setErrno(Result.E_ACCOUNT_LIMIT_EXCEEDED_NMBR);
  +		object.setErrno(Result.E_ACCOUNT_LIMIT_EXCEEDED);
   		object.setErrInfo(errInfo);
   
   		return object;
  
  
  
  1.8       +1 -1      ws-juddi/src/junit/org/apache/juddi/handler/DispositionReportHandlerTests.java
  
  Index: DispositionReportHandlerTests.java
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/junit/org/apache/juddi/handler/DispositionReportHandlerTests.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DispositionReportHandlerTests.java	21 Mar 2005 02:06:29 -0000	1.7
  +++ DispositionReportHandlerTests.java	21 Mar 2005 03:25:11 -0000	1.8
  @@ -62,7 +62,7 @@
       errInfo2.setErrMsg(null);
   
   		Result result2 = new Result();
  -		result2.setErrno(Result.E_SUCCESS_NMBR);
  +		result2.setErrno(Result.E_SUCCESS);
   		result2.setErrInfo(errInfo2);
   
   		DispositionReport object = new  DispositionReport();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org