File tree 2 files changed +4
-1
lines changed
test/java/org/apache/commons/net/ftp/parser 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ limitations under the License.
23
23
24
24
25
25
<body >
26
+ <release version =" 2.1" description =" Fix release" >
27
+ </release >
28
+
26
29
<release version =" 2.0" date =" October 20, 2008" description =" Java 5.0 release" >
27
30
<action dev =" rwinston" type =" update" >
28
31
Add null check in TelnetClient::disconnect().
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public void testOwnerNameWithSpaces() {
151
151
assertEquals ("john smith" , f .getUser ());
152
152
}
153
153
154
- public void testOwnerANdGroupNameWithSpaces () {
154
+ public void testOwnerAndGroupNameWithSpaces () {
155
155
FTPFile f = getParser ().parseFTPEntry ("drwxr-xr-x 2 john smith test group 4096 Mar 2 15:13 zxbox" );
156
156
assertNotNull (f );
157
157
assertEquals ("john smith" , f .getUser ());
You can’t perform that action at this time.
0 commit comments