1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

Rename SmackConfiguration.DEBUG_ENABLED to DEBUG

This commit is contained in:
Florian Schmaus 2015-01-18 21:33:03 +01:00
parent 672d131280
commit 440af7675a
12 changed files with 25 additions and 25 deletions

View file

@ -1797,7 +1797,7 @@ public class MultiUserChatTest extends SmackTestCase {
}
protected void setUp() throws Exception {
//TCPConnection.DEBUG_ENABLED = false;
//SmackConfiguration.DEBUG = false;
super.setUp();
room = "fruta124@" + getMUCDomain();
try {

View file

@ -32,7 +32,7 @@ public class FileTransferNegotiatorTest {
@Before
public void setUp() throws Exception {
// Uncomment this to enable debug output
// XMPPConnection.DEBUG_ENABLED = true;
// SmackConfiguration.DEBUG = true;
connection = new DummyConnection();
connection.connect();

View file

@ -43,7 +43,7 @@ public class ItemValidationTest extends InitExtensions {
public void setUp() throws Exception
{
// Uncomment this to enable debug output
// XMPPConnection.DEBUG_ENABLED = true;
// SmackConfiguration.DEBUG = true;
connection = new ThreadedDummyConnection();
connection.connect();