|
| 1 | +/* |
| 2 | + * Copyright 2002-2009 the original author or authors. |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
| 7 | + * |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + * |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
| 15 | + */ |
| 16 | + |
1 | 17 | package org.springframework.web.servlet.mvc.annotation;
|
2 | 18 |
|
3 | 19 | import java.io.IOException;
|
|
8 | 24 | import javax.servlet.http.HttpServletResponse;
|
9 | 25 |
|
10 | 26 | import static org.junit.Assert.*;
|
11 |
| -import org.junit.Test; |
12 | 27 | import org.junit.Ignore;
|
| 28 | +import org.junit.Test; |
13 | 29 |
|
14 | 30 | import org.springframework.beans.BeansException;
|
15 | 31 | import org.springframework.beans.factory.support.RootBeanDefinition;
|
@@ -73,7 +89,6 @@ public void ambiguous() throws Exception {
|
73 | 89 | }
|
74 | 90 |
|
75 | 91 | @Test
|
76 |
| - @Ignore("In progress") |
77 | 92 | public void relative() throws Exception {
|
78 | 93 | initServlet(RelativePathUriTemplateController.class);
|
79 | 94 |
|
@@ -120,7 +135,6 @@ public void explicitSubPath() throws Exception {
|
120 | 135 | }
|
121 | 136 |
|
122 | 137 | @Test
|
123 |
| - @Ignore("In progress") |
124 | 138 | public void implicitSubPath() throws Exception {
|
125 | 139 | initServlet(ImplicitSubPathController.class);
|
126 | 140 |
|
|
0 commit comments