smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0

MGCPGrammarTest: The transaction id is a string as ell

This commit is contained in:
Holger Hans Peter Freyther 2010-09-09 01:16:13 +08:00
parent 90130050c6
commit f8b8bb6125
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PP.PPCompositeParserTest subclass: MGCPGrammarTest [
Character cr asString, Character lf asString.
self assert: res size = 8.
self assert: (res at: 1) = 'AUEP'.
self assert: (res at: 3) = 23444.
self assert: (res at: 3) = '23444'.
self assert: (res at: 5) = #('13' $@ 'mgw').
res inspect.
]