Author: kgiusti
Date: Wed Nov 14 20:12:07 2012
New Revision: 1409362

URL: http://svn.apache.org/viewvc?rev=1409362&view=rev
Log:
PROTON-111: remove stale test

Modified:
    qpid/proton/trunk/tests/proton_tests/engine.py

Modified: qpid/proton/trunk/tests/proton_tests/engine.py
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/tests/proton_tests/engine.py?rev=1409362&r1=1409361&r2=1409362&view=diff
==============================================================================
--- qpid/proton/trunk/tests/proton_tests/engine.py (original)
+++ qpid/proton/trunk/tests/proton_tests/engine.py Wed Nov 14 20:12:07 2012
@@ -671,20 +671,6 @@ class IdleTimeoutTest(Test):
       parts.append(str(i))
     return "/".join(parts)[:size]
 
-  def testDefaults(self):
-    """
-    Verify the default value of the Connection idle timeout.
-    """
-
-    self.snd, self.rcv = self.link("test-link")
-    self.c1 = self.snd.session.connection
-    self.c2 = self.rcv.session.connection
-    self.snd.open()
-    self.rcv.open()
-    self.pump()
-    assert self.rcv.session.connection._transport.idle_timeout == 0
-    assert self.snd.session.connection._transport.idle_timeout == 0
-
   def testGetSet(self):
     """
     Verify the configuration and negotiation of the idle timeout.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to