aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-01 14:17:03 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-01 14:17:03 +0200
commit04440b55253cfd3d0732fd5d0221c725bfaf6cc0 (patch)
treeff8e4856bd378b79819e42002f8e49c5a066c63d
parent43c6f5670a493290c428423747123df849df8ffb (diff)
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...
-rw-r--r--BERTLVStreamTest.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/BERTLVStreamTest.st b/BERTLVStreamTest.st
index a5518f8..1d5b2d3 100644
--- a/BERTLVStreamTest.st
+++ b/BERTLVStreamTest.st
@@ -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.
]
]