Rename test fixture package in spring-beans
See gh-23550
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</persistence-unit>
|
||||
|
||||
<persistence-unit name="Test" transaction-type="RESOURCE_LOCAL">
|
||||
<class>org.springframework.beans.test.fixtures.beans.TestBean</class>
|
||||
<class>org.springframework.beans.testfixture.beans.TestBean</class>
|
||||
<exclude-unlisted-classes />
|
||||
</persistence-unit>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user