Beispiel #1
0
 def test(self):
     inst = ISD_AS()
     # Call
     inst._parse_int(0xF011F23344556677)
     # Tests
     ntools.eq_(inst._isd, 0xF011)
     ntools.eq_(inst._as, 0xF23344556677)
 def test(self):
     inst = ISD_AS()
     # Call
     inst._parse_int(0xAAAFFFFF)
     # Tests
     ntools.eq_(inst._isd, 0xAAA)
     ntools.eq_(inst._as, 0xFFFFF)