My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 163: org.smslib.test.TestGateway not set gw in message.
1 person starred this issue and may be notified of changes. Back to list
 
Reported by ctaity, Jan 05, 2009
fix: 

InboundMessage generateIncomingMessage()
	{
		incInboundMessageCount();
		InboundMessage msg = new InboundMessage(new java.util.Date(),
"+1234567890", "Hello World! #" + getInboundMessageCount(), 0, null); 
		msg.setGatewayId(this.getGatewayId());
		return msg;
	}
Comment 1 by T.Delenikas, Jan 05, 2009
Thanks for this.
Status: Accepted
Labels: -Type-Support Type-Defect Component-SMSLib
Comment 2 by T.Delenikas, Jan 11, 2009
r1680
Summary: org.smslib.test.TestGateway not set gw in message.
Status: Completed
Labels: Milestone-v3.4.0 Priority-Medium
Comment 3 by T.Delenikas, Mar 29, 2009
(No comment was entered for this change.)
Status: Fixed
Sign in to add a comment

Hosted by Google Code