Skip to content

Commit ef11a00

Browse files
committed
Polishing
1 parent 176b0b0 commit ef11a00

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

spring-test/src/test/java/org/springframework/test/context/jsr250/Jsr250LifecycleTests.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
*
4545
* <h4>Expected Log Output</h4>
4646
* <pre>
47-
* INFO : org.springframework.test.context.junit4.spr4868.LifecycleBean - initializing
48-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - beforeAllTests()
49-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - setUp()
50-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - test1()
51-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - tearDown()
52-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - beforeAllTests()
53-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - setUp()
54-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - test2()
55-
* INFO : org.springframework.test.context.junit4.spr4868.ExampleTest - tearDown()
56-
* INFO : org.springframework.test.context.junit4.spr4868.LifecycleBean - destroying
47+
* INFO : org.springframework.test.context.jsr250.LifecycleBean - initializing
48+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - beforeAllTests()
49+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - setUp()
50+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - test1()
51+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - tearDown()
52+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - beforeAllTests()
53+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - setUp()
54+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - test2()
55+
* INFO : org.springframework.test.context.jsr250.Jsr250LifecycleTests - tearDown()
56+
* INFO : org.springframework.test.context.jsr250.LifecycleBean - destroying
5757
* </pre>
5858
*
5959
* @author Sam Brannen

0 commit comments

Comments
 (0)