You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/15 16:44:49 UTC

[logging-log4j2] 02/02: Test should clean up after itself.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 3c61ec58c12999a914250def98b959c06ade4388
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 15 11:44:44 2022 -0500

    Test should clean up after itself.
---
 .../apache/log4j/config/PropertiesRollingWithPropertiesTest.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesRollingWithPropertiesTest.java b/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesRollingWithPropertiesTest.java
index f64e2ff..87326cf 100644
--- a/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesRollingWithPropertiesTest.java
+++ b/log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesRollingWithPropertiesTest.java
@@ -16,17 +16,17 @@
  */
 package org.apache.log4j.config;
 
+import static org.junit.Assert.assertTrue;
+
 import java.io.File;
 
 import org.apache.log4j.LogManager;
 import org.apache.log4j.Logger;
-import org.apache.logging.log4j.test.SystemPropertyTestRule;
+import org.apache.logging.log4j.core.test.SystemPropertyTestRule;
 import org.junit.ClassRule;
 import org.junit.Test;
 import org.junit.rules.TestRule;
 
-import static org.junit.Assert.assertTrue;
-
 /**
  * Test configuration from Properties.
  */