1
0
Fork 0

isup: Very basic regression test to test the number of classes we have

This commit is contained in:
Holger Hans Peter Freyther 2011-03-15 11:29:29 +01:00
parent 46b6c89e6f
commit ad58823edf
1 changed files with 4 additions and 0 deletions

View File

@ -39,4 +39,8 @@ TestCase subclass: ISUPGeneratedTest [
class create].
].
]
testClassCount [
self assert: ISUPMessage allSubclasses size = 46.
]
]