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

test: Make the smoke test run again

This commit is contained in:
Holger Hans Peter Freyther 2011-07-15 10:06:52 +02:00
parent acef6cb076
commit 0d9e38cc4e
1 changed files with 4 additions and 1 deletions

View File

@ -159,6 +159,9 @@ TestCase subclass: BSCIPAConnectionTest [
testSmoke [
| ipa |
ipa := BSCIPAConnection createOn: 23 withConfig: 'hi' msc: 0.
ipa := BSCIPAConnection
createOn: 'hi'
withConfig: (BSCConfigItem initWith: '0.0.0.0' name: 'foo')
msc: nil.
]
]