qpid_tests/broker_0_10/message.py (8 lines): - line 493: #TODO: there may be a nicer way of doing this - line 536: #TODO: there may be a nicer way of doing this - line 599: session.receiver._completed.add(msg.id)#TODO: this may be done automatically - line 723: #TODO: tidy up completion - line 726: #TODO: tidy up completion - line 827: #TODO: may want to clean this up... - line 899: #TODO: tidy up completion - line 915: #TODO: tidy up completion qpid/connection08.py (7 lines): - line 251: c.encode_octet(flags) # TODO: currently fixed at ver=0, B=E=b=e=1 - line 257: frame_size = len(body.getvalue()) + 12 # TODO: Magic number (frame header size) - line 268: flags = c.decode_octet() # TODO: currently ignoring flags - line 274: if frame_size < 12: # TODO: Magic number (frame header size) - line 280: reserved2 = c.decode_long() # TODO: reserved maybe need to ensure 0 - line 283: body_size = frame_size - 12 # TODO: Magic number (frame header size) - line 604: # TODO: qpid_tests/broker_0_10/tx.py (1 line): - line 264: session.receiver._completed.add(msg.id)#TODO: this may be done automatically qpid_tests/broker_0_8/broker.py (1 line): - line 69: # TODO: Ensure we fail if immediate=True and there's no consumer. qpid_tests/broker_1_0/tx.py (1 line): - line 264: session.receiver._completed.add(msg.id)#TODO: this may be done automatically qpid_tests/client/client-api-example-tests.py (1 line): - line 27: ** TODO Add XML Exchange tests qpid_tests/broker_0_10/exchange.py (1 line): - line 256: # TODO aconway 2006-09-27: Fill in empty tests: qpid/messaging/util.py (1 line): - line 54: # FIXME aconway 2012-06-12: Nasty hack parsing of the C++ broker's URL format. qpid/peer.py (1 line): - line 538: #TODO: record and manage the ranges properly qpid_tests/broker_0_10/dtx.py (1 line): - line 678: actual = set([x.global_id for x in xids]) #TODO: come up with nicer way to test these qpid_tests/broker_0_8/exchange.py (1 line): - line 154: # TODO aconway 2006-09-27: Fill in empty tests: