You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/03/30 20:29:53 UTC

svn commit: r929214 - /directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java

Author: seelmann
Date: Tue Mar 30 18:29:53 2010
New Revision: 929214

URL: http://svn.apache.org/viewvc?rev=929214&view=rev
Log:
fixed doc

Modified:
    directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java

Modified: directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java?rev=929214&r1=929213&r2=929214&view=diff
==============================================================================
--- directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java (original)
+++ directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java Tue Mar 30 18:29:53 2010
@@ -54,8 +54,7 @@ import org.junit.runner.RunWith;
 
 /**
  * Test the PagedSearchControl. The following tables covers all the
- * possible cases for bothimport static org.junit.Assert.assertTrue;
- an admin and a simple user, combining the
+ * possible cases for both an admin and a simple user, combining the
  * Server SizeLimit (SL), the requested SizeLimit (SL) and the paged
  * size limit (PL). The 'X' column tells if we are supposed to receive
  * a SizeLimitExceededException.<br>