Example #1
0
 def test_is_plain_hashname(self):
     md5 = HashName("MD5")
     md5.xsi_type = "Some Other xsi:type"
     self.assertFalse(md5.is_plain())
Example #2
0
 def test_is_plain_hashname(self):
     md5 = HashName("MD5")
     md5.xsi_type = "Some Other xsi:type"
     self.assertFalse(md5.is_plain())
Example #3
0
 def test_is_plain_hashname(self):
     md5 = HashName("MD5")
     self.assertTrue(md5.is_plain())
Example #4
0
 def test_is_plain_hashname(self):
     md5 = HashName("MD5")
     self.assertTrue(md5.is_plain())