aboutsummaryrefslogtreecommitdiffstats
path: root/Tests.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-15 15:59:02 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-15 15:59:02 +0100
commit49eb0d56b090e682e89f93a08fb382e88f81b125 (patch)
tree6cc519ab96963d7d5a8e03db05ce06824c463266 /Tests.st
parentebaf8bdaff50639cc883065949f23ab8b13c6baa (diff)
SCCP: Kill a duplicate definition of the Connection Released
Diffstat (limited to 'Tests.st')
-rw-r--r--Tests.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests.st b/Tests.st
index f720e54..e994339 100644
--- a/Tests.st
+++ b/Tests.st
@@ -33,7 +33,7 @@ TestCase subclass: SCCPTests [
testReleasedFormat [
| rlsd msg |
- rlsd := SCCPConnectionReleased initWith: 16r1F0A01 dest: 16r401 cause: 16rFE.
+ rlsd := SCCPConnectionReleased initWithDst: 16r401 src: 16r1F0A01 cause: 16rFE.
msg := rlsd toMessage asByteArray.
self assert: msg = #(4 1 4 0 1 16r0A 16r1F 16rFE 1 0) asByteArray