You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/05/16 19:58:54 UTC

svn commit: r944889 - /directory/shared/trunk/cursor/src/test/java/org/apache/directory/shared/ldap/cursor/ListCursorTest.java

Author: felixk
Date: Sun May 16 17:58:54 2010
New Revision: 944889

URL: http://svn.apache.org/viewvc?rev=944889&view=rev
Log:
Typo

Modified:
    directory/shared/trunk/cursor/src/test/java/org/apache/directory/shared/ldap/cursor/ListCursorTest.java

Modified: directory/shared/trunk/cursor/src/test/java/org/apache/directory/shared/ldap/cursor/ListCursorTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/cursor/src/test/java/org/apache/directory/shared/ldap/cursor/ListCursorTest.java?rev=944889&r1=944888&r2=944889&view=diff
==============================================================================
--- directory/shared/trunk/cursor/src/test/java/org/apache/directory/shared/ldap/cursor/ListCursorTest.java (original)
+++ directory/shared/trunk/cursor/src/test/java/org/apache/directory/shared/ldap/cursor/ListCursorTest.java Sun May 16 17:58:54 2010
@@ -46,7 +46,7 @@ public class ListCursorTest
 
         // close test
         cursor.close();
-        assertClosed( cursor, "cursor.isCloased() should return true after closing the cursor", true );
+        assertClosed( cursor, "cursor.isClosed() should return true after closing the cursor", true );
     }
 
 
@@ -58,7 +58,7 @@ public class ListCursorTest
 
         // close test
         cursor.close();
-        assertClosed( cursor, "cursor.isCloased() should return true after closing the cursor", true );
+        assertClosed( cursor, "cursor.isClosed() should return true after closing the cursor", true );
 
         // bad bounds: start = end is senseless
         try
@@ -157,7 +157,7 @@ public class ListCursorTest
 
         // close test
         cursor.close();
-        assertClosed( cursor, "cursor.isCloased() should return true after closing the cursor", true );
+        assertClosed( cursor, "cursor.isClosed() should return true after closing the cursor", true );
 
         // bad bounds: start = end is senseless
         try