You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2008/05/23 04:44:24 UTC

svn commit: r659377 - /directory/apacheds/branches/bigbang/core/src/test/java/org/apache/directory/server/core/authz/support/MaxImmSubFilterTest.java

Author: akarasulu
Date: Thu May 22 19:44:24 2008
New Revision: 659377

URL: http://svn.apache.org/viewvc?rev=659377&view=rev
Log:
fix issue with mock objects in tests

Modified:
    directory/apacheds/branches/bigbang/core/src/test/java/org/apache/directory/server/core/authz/support/MaxImmSubFilterTest.java

Modified: directory/apacheds/branches/bigbang/core/src/test/java/org/apache/directory/server/core/authz/support/MaxImmSubFilterTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/test/java/org/apache/directory/server/core/authz/support/MaxImmSubFilterTest.java?rev=659377&r1=659376&r2=659377&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/test/java/org/apache/directory/server/core/authz/support/MaxImmSubFilterTest.java (original)
+++ directory/apacheds/branches/bigbang/core/src/test/java/org/apache/directory/server/core/authz/support/MaxImmSubFilterTest.java Thu May 22 19:44:24 2008
@@ -584,7 +584,7 @@
 
         public ServerEntry get() throws Exception
         {
-            return null;
+            return new DefaultServerEntry( service.getRegistries() );
         }