From aff335283c4ea47a38375ef6950ee2c285ddee70 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 24 May 2014 09:29:24 +1000 Subject: Removing style byte indicators. --- test/simpleTests.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/simpleTests.py') diff --git a/test/simpleTests.py b/test/simpleTests.py index 3ca01f569..2b92d1d66 100644 --- a/test/simpleTests.py +++ b/test/simpleTests.py @@ -57,10 +57,6 @@ class TestSimple(unittest.TestCase): self.ed.StartStyling(0,0xf) self.ed.SetStyling(1, 5) self.assertEquals(self.ed.StyledTextRange(0, 2), b"x\005y\003") - # Set the mask so 0 bit changed but not 2 bit - self.ed.StartStyling(0,0x1) - self.ed.SetStyling(1, 0) - self.assertEquals(self.ed.StyledTextRange(0, 2), b"x\004y\003") self.ed.StartStyling(0,0xff) self.ed.SetStylingEx(2, b"\100\101") -- cgit v1.2.3