Skip to content

Commit 0f83c48

Browse files
committedMar 13, 2025·
Remove invalid link from reference documentation
Closes gh-34593
1 parent c905060 commit 0f83c48

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

Diff for: ‎framework-docs/modules/ROOT/pages/testing/unit.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ out-of-container tests for code that depends on environment-specific properties.
4747
The `org.springframework.mock.web` package contains a comprehensive set of Servlet API
4848
mock objects that are useful for testing web contexts, controllers, and filters. These
4949
mock objects are targeted at usage with Spring's Web MVC framework and are generally more
50-
convenient to use than dynamic mock objects (such as https://easymock.org/[EasyMock])
51-
or alternative Servlet API mock objects (such as http://www.mockobjects.com[MockObjects]).
50+
convenient to use than dynamic mock objects (such as https://easymock.org/[EasyMock]).
5251

5352
TIP: Since Spring Framework 6.0, the mock objects in `org.springframework.mock.web` are
5453
based on the Servlet 6.0 API.

Diff for: ‎src/nohttp/allowlist.lines

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
^http://jibx.sourceforge.net.*
33
^http://mx4j.sourceforge.net.*
44
^http://objenesis.org.*
5-
^http://www.mockobjects.com.*
65
^http://www.w3.org/2000/xmlns/
76
^http://xunitpatterns.com.*

0 commit comments

Comments
 (0)
Please sign in to comment.