[workspace-commit] CVS update: MODIFIED: site

Tim Freeman commit at globus.org
Thu Jan 4 10:09:32 CST 2007


, PropagationAdapterImpl.java
 ...

  User: tfreeman
  Date: 07/01/04 10:09:32

  Modified:    vm/service/service/java/source/src/org/globus/workspace/service/impls/site
                        PropagationAdapterImpl.java
  Log:
  Updates to accomodate easier testing of StateTransition (mostly making it easier to use mock objects instead of the normal task objects returned by the request factory).  In the process of writing the tests a few small bugs were repaired in StateTransition.
  
  Revision  Changes    Path
  1.4       +1 -1      workspace/vm/service/service/java/source/src/org/globus/workspace/service/impls/site/PropagationAdapterImpl.java
  
  http://viewcvs.globus.org/viewcvs.cgi/workspace/vm/service/service/java/source/src/org/globus/workspace/service/impls/site/PropagationAdapterImpl.java.diff?r1=1.3&r2=1.4
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PropagationAdapterImpl.java
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/workspace/vm/service/service/java/source/src/org/globus/workspace/service/impls/site/PropagationAdapterImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- PropagationAdapterImpl.java	19 Sep 2006 15:51:53 -0000	1.3
  +++ PropagationAdapterImpl.java	4 Jan 2007 16:09:32 -0000	1.4
  @@ -137,7 +137,7 @@
   
           this.notify = this.notificationInfo + this.pollScript;
   
  -        logger.debug("test run of notification script '" +
  +        logger.debug("tests run of notification script '" +
                                           this.pollScript + "' succeeded");
   
   
  
  
  




More information about the workspace-commit mailing list