You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/02/14 17:12:44 UTC

cvs commit: jakarta-turbine-fulcrum/intake/src/test/org/apache/fulcrum/intake IntakeTest.java

epugh       2004/02/14 08:12:44

  Modified:    intake/src/test/org/apache/fulcrum/intake IntakeTest.java
  Log:
  Fixed unit test
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-turbine-fulcrum/intake/src/test/org/apache/fulcrum/intake/IntakeTest.java
  
  Index: IntakeTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/intake/src/test/org/apache/fulcrum/intake/IntakeTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IntakeTest.java	15 Nov 2003 16:05:18 -0000	1.2
  +++ IntakeTest.java	14 Feb 2004 16:12:44 -0000	1.3
  @@ -114,7 +114,7 @@
       public void testFacadeConfigured() throws Exception
       {
           // this.lookup causes the workflow service to be configured.
  -        this.resolve( "intake" );
  +        this.resolve( "/test/intake" );
           assertTrue(Intake.isInitialized());
   		Group group = Intake.getGroup("LoginGroup");
   		assertNotNull(group);
  
  
  

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