aboutsummaryrefslogtreecommitdiffstats
path: root/Tests.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-04-30 18:35:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-30 18:35:35 +0200
commit099d03f1cd0cdd5fa8031efb482cd44e07e8028a (patch)
tree5fdcaef3480796d00810478c7d8e5280718ef2b9 /Tests.st
parente46ebff2379e5af4b3d1b1a9931ed57dd8f97602 (diff)
sccp: Rename SCCPGTI to SCCPGlobalTitle
Rename it to SCCPGlobalTitle and drop the "indicator" as it is not an indicator at all.
Diffstat (limited to 'Tests.st')
-rw-r--r--Tests.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests.st b/Tests.st
index 443fbee..5ece3e9 100644
--- a/Tests.st
+++ b/Tests.st
@@ -197,8 +197,8 @@ TestCase subclass: SCCPTests [
"Now test the GTI parsing"
gti := parsed gtiAsParsed.
self assert: gti translation = 0.
- self assert: gti plan = SCCPGTI npISDN.
- self assert: gti nature = SCCPGTI naiInternationalNumber.
+ self assert: gti plan = SCCPGlobalTitle npISDN.
+ self assert: gti nature = SCCPGlobalTitle naiInternationalNumber.
self assert: gti addr = '3548900073'.
parsed gtiFromAddr: gti.
self assert: parsed asByteArray = addr.