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

ber: Remove an inspect.. this test just calls the function...

This test only calls the function and hopes that nothing bad
will happen in there...
This commit is contained in:
Holger Hans Peter Freyther 2011-04-01 14:17:03 +02:00
parent 43c6f5670a
commit 04440b5525
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ TestCase subclass: BERTLVStreamTest [
16rD5 16r4C 16r26 16r53 16rC5 16r64 16rB1 16r18
16r2D 16r16 16rAB 16rC9 16r68 16rB1 16rD8 16r0D
16r37 16r02) asByteArray.
(BERTLVStream on: data readStream) nextAllRecursive inspect.
(BERTLVStream on: data readStream) nextAllRecursive.
]
]