Browse Source

Follow up fix for PR #1168

pull/1173/head
Rossen Stoyanchev 10 years ago
parent
commit
e024aa0049
  1. 1
      spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java

1
spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java

@ -312,7 +312,6 @@ public class PathResourceTests { @@ -312,7 +312,6 @@ public class PathResourceTests {
@Test
public void getReadableByteChannelForDir() throws Exception {
PathResource resource = new PathResource(TEST_DIR);
thrown.expect(NoSuchFileException.class);
resource.readableChannel();
}

Loading…
Cancel
Save