Remove unused setUp() method.
This commit is contained in:
parent
db76a9f689
commit
fc1de3484e
@ -1,7 +1,6 @@
|
|||||||
package org.graylog2.syslog4j.server.impl.event.structured;
|
package org.graylog2.syslog4j.server.impl.event.structured;
|
||||||
|
|
||||||
import org.joda.time.DateTime;
|
import org.joda.time.DateTime;
|
||||||
import org.testng.annotations.BeforeMethod;
|
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
@ -18,10 +17,6 @@ public class StructuredSyslogServerEventTest {
|
|||||||
return new StructuredSyslogServerEvent(message, INET_ADDR);
|
return new StructuredSyslogServerEvent(message, INET_ADDR);
|
||||||
}
|
}
|
||||||
|
|
||||||
@BeforeMethod
|
|
||||||
public void setUp() throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStructured1() throws Exception {
|
public void testStructured1() throws Exception {
|
||||||
// Message from: https://tools.ietf.org/html/rfc5424#section-6.5
|
// Message from: https://tools.ietf.org/html/rfc5424#section-6.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user