1
0
Fork 0

BSSMAP: Test the decoding of the IEMessage..

This commit is contained in:
Holger Hans Peter Freyther 2010-11-22 17:14:50 +01:00
parent f429cd36bb
commit 301b1542b9
1 changed files with 3 additions and 0 deletions

View File

@ -163,5 +163,8 @@ TestCase subclass: TestMessages [
bssap := msg data.
self assert: (bssap isKindOf: BSSAPManagement).
bssmap := bssap data.
self assert: (bssmap isKindOf: IEMessage).
]
]