mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Rename SmackConfiguration.DEBUG_ENABLED to DEBUG
This commit is contained in:
parent
672d131280
commit
440af7675a
12 changed files with 25 additions and 25 deletions
|
@ -685,7 +685,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
XMPPTCPConnection x0 = getConnection(0);
|
||||
XMPPTCPConnection x1 = getConnection(1);
|
||||
|
||||
XMPPTCPConnection.DEBUG_ENABLED = true;
|
||||
XMPPSmackConfiguration.DEBUG = true;
|
||||
|
||||
FixedResolver tr0 = new FixedResolver("127.0.0.1", 20080);
|
||||
FixedTransportManager ftm0 = new FixedTransportManager(tr0);
|
||||
|
|
|
@ -212,7 +212,7 @@ public class JingleMediaTest extends SmackTestCase {
|
|||
|
||||
try {
|
||||
|
||||
//TCPConnection.DEBUG_ENABLED = true;
|
||||
//SmackConfiguration.DEBUG = true;
|
||||
|
||||
XMPPTCPConnection x0 = getConnection(0);
|
||||
XMPPTCPConnection x1 = getConnection(1);
|
||||
|
@ -399,7 +399,7 @@ public class JingleMediaTest extends SmackTestCase {
|
|||
public void testCompleteWithBridgeB() {
|
||||
try {
|
||||
|
||||
//TCPConnection.DEBUG_ENABLED = true;
|
||||
//SmackConfiguration.DEBUG = true;
|
||||
|
||||
XMPPTCPConnection x0 = getConnection(0);
|
||||
XMPPTCPConnection x1 = getConnection(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue