moving unit tests from .testsuite -> .orm

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@445 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2008-12-17 05:33:45 +00:00
parent f01b92fb17
commit 8ece02fe53
97 changed files with 4324 additions and 1056 deletions
@@ -20,6 +20,7 @@ import static org.junit.Assert.*;
import java.util.Set;
import org.junit.Ignore;
import org.junit.Test;
/**
@@ -29,6 +30,7 @@ import org.junit.Test;
*/
public class MockServletContextTests {
@Ignore // fails to work under ant after move from .testsuite -> .test
@Test
public void testListFiles() {
MockServletContext sc = new MockServletContext("org/springframework/mock");
@@ -37,6 +39,7 @@ public class MockServletContextTests {
assertTrue(paths.contains("/web/MockServletContextTests.class"));
}
@Ignore // fails to work under ant after move from .testsuite -> .test
@Test
public void testListSubdirectories() {
MockServletContext sc = new MockServletContext("org/springframework/mock");