Skip to content

Commit 9130c6a

Browse files
committed
Rename LogServiceTest to StderrLogServiceTest
It specifically tests the StderrLogService. The StderrLogService is the de facto DefaultLogService at the moment, and the convention in other places is for Default<Foo> to have a corresponding <Foo>Test rather than a Default<Foo>Test. But we'll (perhaps temporarily) break the rule here to make the git history cleaner for upcoming commits.
1 parent 85ae70b commit 9130c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/scijava/log/LogServiceTest.java renamed to src/test/java/org/scijava/log/StderrLogServiceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
import org.junit.Test;
3939

4040
/**
41-
* Tests {@link LogService}.
41+
* Tests {@link StderrLogService}.
4242
*
4343
* @author Johannes Schindelin
4444
*/
45-
public class LogServiceTest {
45+
public class StderrLogServiceTest {
4646
@Test
4747
public void testDefaultLevel() {
4848
final LogService log = new StderrLogService();

0 commit comments

Comments
 (0)