@@ -48,7 +48,7 @@ def test_1E(self):
4848
4949 self .assertDictSubsetEqual ({
5050 'City Council District' : '01' ,
51- 'State Senatorial District' : '26 '
51+ 'State Senatorial District' : '27 '
5252 }, result )
5353
5454 self .assertTrue ('Physical ID' not in result )
@@ -220,11 +220,11 @@ def test_2W_more_than_2_intersections(self):
220220
221221 self .assertEqual (
222222 str (cm .exception ),
223- 'STREETS INTERSECT MORE THAN TWICE - USE NODE AS INPUT '
223+ 'PLAZA STREET EAST IS AN INVALID STREET NAME FOR THIS LOCATION '
224224 )
225225
226- self .assertEqual (len (cm .exception .result ['List of Nodes ' ]), 4 )
227- self .assertEqual (len (cm .exception .result ['B7SCs For Nodes ' ]), 4 )
226+ self .assertEqual (len (cm .exception .result ['List of Street Codes ' ]), 2 )
227+ self .assertEqual (len (cm .exception .result ['List of Street Names ' ]), 2 )
228228
229229 self .assertEqual (cm .exception .result ['Node Number' ], '' )
230230
@@ -285,7 +285,7 @@ def test_3_extended(self):
285285 self .assertDictSubsetEqual ({
286286 'From Node' : '0015487' ,
287287 'To Node' : '0020353' ,
288- 'Left NTA Name ' : 'SOHO-TRIBECA-CIVIC CENTER-LITTLE ITALY '
288+ 'Left 2020 Community District Tabulation Area (CDTA) ' : 'MN01 '
289289 }, result )
290290
291291 self .assertTrue ('Segment IDs' not in result )
@@ -304,7 +304,7 @@ def test_3_extended_auxseg(self):
304304 self .assertDictSubsetEqual ({
305305 'From Node' : '0015487' ,
306306 'To Node' : '0020353' ,
307- 'Left NTA Name ' : 'SOHO-TRIBECA-CIVIC CENTER-LITTLE ITALY '
307+ 'Left 2020 Community District Tabulation Area (CDTA) ' : 'MN01 '
308308 }, result )
309309
310310 self .assertEqual (len (result ['Segment IDs' ]), 2 )
@@ -367,11 +367,12 @@ def test_3C_extended_auxseg(self):
367367 'To Node' : '0020353' ,
368368 'Side-of-Street Indicator' : 'R' ,
369369 'Blockface ID' : '0212262072'
370+
370371 }, result )
371372
372373 self .assertEqual (len (result ['Segment IDs' ]), 2 )
373- self .assertTrue ('0023578 ' in result ['Segment IDs' ])
374- self .assertTrue ('0032059 ' in result ['Segment IDs' ])
374+ self .assertTrue ('7800320 ' in result ['Segment IDs' ])
375+ self .assertTrue ('59 ' in result ['Segment IDs' ])
375376
376377 def test_3S (self ):
377378 result = self .geosupport .call ({
0 commit comments