-
Notifications
You must be signed in to change notification settings - Fork 51
Conversation
Please send a signed copy of the CLA to ceki@qos.ch. |
@@ -0,0 +1,143 @@ | |||
package ch.qos.logback.classic.net; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the following issues:
- Use 4-space tabs
- Add standard file header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
It looks like @m-szalik has submitted a signed CLA already |
boolean doStop = isStarted(); | ||
super.stop(); | ||
if (doStop) { | ||
if (conn != null && conn.isConnected()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
} | ||
|
||
@Test | ||
public void testAppendOff() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: JUnit tests should include assert() or fail()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This end-to-end test tests real solution. The test requires XMPP server and the result is visible on real xmpp account.
That is why there is no assert.
Xmpp Appender allows to send logging events to Google hangout, Jabber and all chats compatible with xmpp.