mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add test for richtextxml
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
import imp_unittest, unittest
|
||||
import wtc
|
||||
import wx
|
||||
import wx.richtext
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class richtextxml_Tests(wtc.WidgetTestCase):
|
||||
|
||||
# TODO: Remove this test and add real ones.
|
||||
def test_richtextxml1(self):
|
||||
self.fail("Unit tests for richtextxml not implemented yet.")
|
||||
handler = wx.richtext.RichTextXMLHandler()
|
||||
wx.richtext.RichTextBuffer.AddHandler(handler)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user