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