You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/03/06 22:02:31 UTC

cvs commit: jakarta-cactus/scratchpad/cactus2/framework/src/test/org/apache/cactus/framework/internal/orchestrator OrchestratorClientTest.java

vmassol     2004/03/06 13:02:31

  Modified:    scratchpad/cactus2/framework/src/test/org/apache/cactus/framework/internal/orchestrator
                        OrchestratorClientTest.java
  Log:
  correct expectation
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-cactus/scratchpad/cactus2/framework/src/test/org/apache/cactus/framework/internal/orchestrator/OrchestratorClientTest.java
  
  Index: OrchestratorClientTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/scratchpad/cactus2/framework/src/test/org/apache/cactus/framework/internal/orchestrator/OrchestratorClientTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- OrchestratorClientTest.java	6 Mar 2004 21:01:29 -0000	1.1
  +++ OrchestratorClientTest.java	6 Mar 2004 21:02:31 -0000	1.2
  @@ -59,6 +59,6 @@
       public void testPrepareTestWhenOrchestratorStarted() throws Throwable
       {
           client.setTest("testXXX");
  -        assertEquals("test", client.getTest());
  +        assertEquals("testXXX", client.getTest());
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org