File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
logback-classic/src/test/java/ch/qos/logback/classic/net
logback-core/src/test/java/ch/qos/logback/core Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 18
18
import java .util .concurrent .CountDownLatch ;
19
19
import java .util .concurrent .TimeUnit ;
20
20
21
- import org .junit .jupiter .api .Disabled ;
22
21
import org .junit .jupiter .api .Test ;
23
22
24
23
import ch .qos .logback .classic .Logger ;
31
30
32
31
import static org .junit .jupiter .api .Assertions .assertTrue ;
33
32
34
- @ Disabled
35
33
public class SocketAppenderMessageLossTest {
36
34
int runLen = 100 ;
37
35
Duration reconnectionDelay = new Duration (1000 );
Original file line number Diff line number Diff line change 32
32
33
33
import org .junit .jupiter .api .AfterEach ;
34
34
import org .junit .jupiter .api .BeforeEach ;
35
- import org .junit .jupiter .api .Disabled ;
36
35
import org .junit .jupiter .api .Test ;
37
36
38
37
import ch .qos .logback .classic .Level ;
50
49
* Unit tests for {@link SocketReceiver}.
51
50
*
52
51
* @author Carl Harris
53
- */
54
- @ Disabled
55
- public class SocketReceiverTest {
52
+ */ public class SocketReceiverTest {
56
53
57
54
private static final int DELAY = 1000 ;
58
55
private static final String TEST_HOST_NAME = "NOT.A.VALID.HOST.NAME" ;
Original file line number Diff line number Diff line change 36
36
import static org .junit .jupiter .api .Assertions .assertEquals ;
37
37
import static org .junit .jupiter .api .Assertions .assertTrue ;
38
38
39
- @ Disabled
40
39
public class SyslogAppenderTest {
41
40
42
41
private static final String SYSLOG_PREFIX_REGEX = "<\\ d{2}>\\ w{3} [\\ d ]\\ d \\ d{2}(:\\ d{2}){2} [\\ w.-]* " ;
Original file line number Diff line number Diff line change
1
+ package ch .qos .logback .core ;public class SchedulerTest {
2
+ }
You can’t perform that action at this time.
0 commit comments